Which type of cryptography uses two mathematically linked keys, one key encrypting the data and the other decrypting the data?
Asymmetric
Encoding
Firewall
Symmetric

Answers

Answer 1

Answer:

Asymmetric.

Explanation:

Encryption is a form of cryptography and typically involves the process of converting or encoding informations in plaintext into a code, known as a ciphertext. Once, an information or data has been encrypted it can only be accessed and deciphered by an authorized user.

Some examples of encryption algorithms are 3DES, AES, RC4, RC5, and RSA.

There are two (2) main types of encryption techniques used in cryptography and these are;

I. Symmetric encryption.

II. Asymmetric encryption.

Asymmetric encryption is a type of cryptography which uses two mathematically linked keys, one key encrypting the data and the other decrypting the data. These two keys are generally referred to as a public key and a private key respectively.

This ultimately implies that, a pair of key (two keys) that are different in values is required or needed to make a computer system secured.


Related Questions

anyone please answer this its important !!!!!!!!!!!!!​

Answers

Answer:

what

Explanation:

Which of these helps improve readability?

using all uppercase text

putting two spaces after a period

using left-aligned text

using an image instead of text

Answers

Answer:

using left-aligned text

Explanation:

Using left-aligned text helps improve readability. The correct option is 3.

What is readability?

The ease with which written text can be read and understood by its intended audience is referred to as readability. It is a measure of how clear and simple the language used is.

Because it creates a clean and consistent left margin that helps guide the reader's eye from line to line, using left-aligned text can help improve readability.

Using all uppercase text can make text more difficult to read because it is more difficult to distinguish between letters and words. It can also give the appearance of shouting or aggression.

Putting two spaces after a period was once taught in some typing classes, but it is now discouraged because it can disrupt the visual flow of text and create uneven spacing between words.

Thus, the correct option is 3.

For more details regarding readability, visit:

https://brainly.com/question/19540657

#SPJ3

JAVA
plzz help...............​

Answers

Answer:

import java.util.Scanner;

import java.util.Arrays;

public class Main {

 public static void main(String[] args) {

   Scanner scan = new Scanner(System.in);

   int numbers[] = new int[3];

   System.out.print("Enter first number: ");

   numbers[0] = scan.nextInt();

   System.out.print("Enter second number: ");

   numbers[1] = scan.nextInt();

   System.out.print("Enter third number: ");

   numbers[2] = scan.nextInt();

   scan.close();

   Arrays.sort(numbers);

   if (numbers[0] == numbers[2]) {

     System.out.println("All the numbers are equal");

   } else {

     System.out.printf("Greatest number: %d\n", numbers[2]);

   }

 }

}

What does the image depict:
a. a distributed database
b. a parallel database
c. an extranet
d. an intranet

Answers

Answer:

b

Explanation:

i guess

Answer:

b. A parrallel database

Explanation:

Which of the following represent features of free software licensing? Check all of the boxes that apply.
is concerned with defending users' freedom of use
is always free of cost
makes source code available for editing
allows users to redistribute modified software as proprietary
is an idea that was developed by the Open Source Initiative (OSI)

Answers

Answer: A :is concerned with defending users’ freedom of use

C:makes source code available for editing

Explanation:

Answer:

a and c

Explanation:

As a programmer, why do you think that skills and training are needed? Give five reasons.

Answers

Answer:

1.to have good communication

2.to have problem solving capability

3.to learn concepts and apply them to problems

4.to improve your mathematical skills

5.so as to be proficient with programming languages

hope this helps

What does the program print out as a result of the given snippet of code?

supplies = ["pencil", "notebook", "backpack", "calculator", "pen"]
print(len(supplies))
5
8
[‘backpack’, ‘calculator’, ‘notebook’, ‘pen’, ‘pencil’]
[‘pencil’, ‘notebook’, ‘backpack’, ‘calculator’, ‘pen’]

Answers

Answer:

5

Explanation:

well the function len gives the length of the list

so the length of supplies is

5

Answer:

a

Explanation:

edge

Which of these is NOT a way that technology can solve problems?
Group of answer choices

sorting quickly through data

storing data so that it is easily accessible

making value judgments

automating repetitive tasks

Answers

Answer:

making value judgements

Explanation:

honestly this is just a guess if there is any others pick that but this is just what I'm thinking

What does the aperture on a camera control?

Answers

Answer:

Aperture controls the brightness of the image that passes through the lens and falls on the image sensor.

Explanation:

CAN SOMEONE PLEASE HELP ME OUT I REALLY NEED THE ANSWER!

Answers

Answer:

This will work for most languages, but this is mainly for c#. Double check what language your using before putting in this answer.

          Console.WriteLine("What grade are you in?");

           int grade = Convert.ToInt32(Console.ReadLine());

           if (grade == 9)

           {

               Console.WriteLine("Freshman");

           }

           if (grade == 10)

           {

               Console.WriteLine("Sophomore");

           }

           if (grade == 11)

           {

               Console.WriteLine("Junior");

           }

           if (grade == 12)

           {

               Console.WriteLine("Senior");

           }

           if (grade < 8)

           {

               Console.WriteLine("Not in High School");

           }

Explanation:

The first line asks what grade are you in, then when the user types in the grade it saves it in a variable. We then use that variable for the conditionals. The conditional states, whatever grade level your in, it prints your high school year title. If anything is lower than 8, it will print not in high school.

What does the “MIN” and “MAX” functions allow you to do when inserted in a spreadsheet?

Answers

Answer:

The MIN and MAX functions are just what the names imply. MIN will find the lowest number in a range, while MAX finds the largest number in a range. One advantage to these functions is that they can be combined with the IF function.

Explanation:

plz help me
write an algorithm and draw a flowchart to find the area and volume of a cube​

Answers

Answer:

Can't draw a flow chart here, but here are the steps you need:

1) Prompt for side length of cube

2) If the entry is non-numeric, give error and go to step 1

3) If the entry is less than zero, give error and go to step 1

4) output "Volume is " + (entry * entry * entry)

5) output "Surface area is " + (6 * entry * entry)

6) Prompt for calculating another cube

7) If the reply is "y", go to step 1

8) end

Yuri, a medical assistant, has been asked to send an account of a patient's last office visit to another doctor's office. The technology that she will most likely use is _____.

the Internet
a cell phone
HDTV
a facsimile

Answers

The technology that Yuri will most likely use to send the information is: D. a facsimile.

What is a technology?

Technology can be defined as a branch of knowledge or field of science which typically involves the process of creating, applying, and managing scientific knowledge and ideas, so as to effectively and efficiently proffer solutions to various problems and improve human life.

In this scenario, the technology that Yuri will most likely use to send an account of a patient's last office visit to another doctor's office is a facsimile because it creates an exact copy.

Read more on technology here: brainly.com/question/25885448

Answer:

its D facsimile machine :)

Explanation:

Harvey is not happy with the software that allows the programmer to write and run code and wants to find something new. If Harvey is looking online for a replacement, which of these would be the best search terms to use?

A. database editor

B. binary translator

C. alphanumeric variable

D. integrated development environment

Answers

Answer:

D. integrated development environment

Explanation:

Given that an integrated development environment is a form of computer software App that allows the users or programmers to develop a software App in a way the enables them to carry out different operations including source code development, build and test automation, and debugging activities.

For example NetBeans, Eclipse, IntelliJ, and Visual Studio.

Hence, in this case, the correct answer is "integrated development environment."

Answer:

It's d

Explanation:

If Anyone can help me out that'll be great

Answers

Answer:Sorry but it shows 2 things only which doesn't tell us what u need help with.

Explanation:

In Scratch, you have to choose backdrops from a limited number in the Scratch image library.
Group of answer choices

True

False

Answers

I would say it would be True

Answer:

True

Explanation: im Awsome

Which of the following actions is most likely to be effective in reducing the digital divide at a local level? A Creating an application that offers coupons and discounts for local businesses Offering a discount to utility customers who pay their bills online instead of by mail C. Providing free community access to computers at schools, libraries, and community centers Requiring applicants for local government jobs to complete an online application​

Answers

Answer: C

Explanation:

The action that is most likely to be effective in reducing the digital divide is Providing free community access to computers at schools, libraries, and community centers.

What is digital divide in a community?

The notion of the "digital divide" is said to be a form of growing gap that is said to exist between the underprivileged people of society, such as the poor people.

Conclusively, Note that this may be due to different reasons and to reduce it, providing free community access to computers at schools, libraries, and community centers will help.

Learn more about digital divide from

https://brainly.com/question/7478471

Group of answer choices When declaring a variable, you also specify the type of its values. Variables cannot be assigned and declared in the same statement. Variable names can be no more than 8 characters long. Variable names must contain at least one dollar sign.

Answers

Complete Question:

Which of the following statement is true?

Group of answer choices.

A. When declaring a variable, you also specify the type of its values.

B. Variables cannot be assigned and declared in the same statement.

C. Variable names can be no more than 8 characters long.

D. Variable names must contain at least one dollar sign.

Answer:

A. When declaring a variable, you also specify the type of its values.

Explanation:

In Computer programming, a variable can be defined as a placeholder or container for holding a piece of information that can be modified or edited.

Basically, variable stores information which is passed from the location of the method call directly to the method that is called by the program.

For example, they can serve as a model for a function; when used as an input, such as for passing a value to a function and when used as an output, such as for retrieving a value from the same function. Therefore, when you create variables in a function, you can can set the values for their parameters.

For instance, to pass a class to a family of classes use the code;

\\parameter Name as Type (Keywords) = value;

\\procedure XorSwap (var a,b :integer) = "myvalue";

Hence, the true and correct statement is that when declaring a variable, you also specify the type of its values such as integers, string, etc.

Which of the following elements is used to insert a blank line or return in an HTML document?
a. BRK
b. BRE
c. BREAK
d. None of these​

Answers

Answer:

b

Explanation:

corect me if wronggggggg

The element that is used to insert a blank line or return in an HTML document is <br>. The correct option is d.

What is HTML?

The preferred markup language for documents intended to be viewed in a web browser is HTML, or HyperText Markup Language.

Technologies like Cascading Style Sheets and scripting languages like JavaScript can help.

Pages that are presented on the internet are frequently created using HTML.

Each page has a specific collection of HTML tags on it, including hyperlinks that lead to other pages. Every page we see on the internet is created using some form of HTML code.

A line break in text is produced by the HTML element <br> (carriage-return).

Thus, the correct option is d as none of the options are correct.

For more details regarding HTML, visit:

https://brainly.com/question/15093505

#SPJ6

10. A loop statement is given as:
for(i=10;i<10;i++)
{
Statement
}
For how many times will the given loop statement be executed:
(a) none
(b) 1 time
(c) 10 times (d) infinite​

Answers

Answer: a. None

Explanation:

The loop will not run as the condition always returns false.

i=10 and the condition given: i<10 which is false always. So, the loop will not run.

the tag that describes the content of the web page is ________________

Answers

Answer:

<body>

Explanation:

the content of the web page must be body.

From your fist impression, write down what first comes to mind as to what is good and bad about the way the device works.

Answers

Answer:

xczczxczx

Explanation:

Computer design software requires _____ to be used properly and successfully by architects.
a. an understanding of details and construction
b. an eye for design and a knowledge of architecture
d. architectural talent and an eye for design

Answers

a I hope it helps you out

Answer:

architectural talent and an eye for design

Explanation:

hope it helps

Stella has captured this candid photograph of a man who was reunited with his son. She has used facial retouching in each of the images. Which images could she print along with the mans interview?

Answers

Answer: The last picture it looks better.

Explanation: Welcome!

Answer:

4

Explanation:

Please help me for this question - Computer Science

Answers

Answer:

# F F F F 0 0

# F F 0 0 F F

# 0 0 F F F F

Explanation:

Hex values are your friend.

The first two digits represent red.

# F F 0 0 0 0 - Red

The second two digits represent green.

# 0 0 F F 0 0 - Green

The third two digits represent blue.

# 0 0 0 0 F F - Blue

If you know yellow is a combination of red and green, you express the corresponding digits.

# F F 0 0 0 0 - Red

# 0 0 F F 0 0 - Green

+

-------------------------------

# F F F F 0 0 - Yellow

Similarly,

If you know magenta is a combination of red and blue, you express the corresponding hex digits.

# F F 0 0 0 0 - Red

# 0 0 0 0 F F - Blue

+

-----------------------------

# F F 0 0 F F - Magenta

And finally,

If you know cyan is a combination of green and blue, you express the corresponding hex digits.

# 0 0 F F 0 0 - Green

# 0 0 0 0 F F - Blue

+

----------------------------

# 0 0 F F F F - Cyan

What does it mean to "express the digits"?

If you know anything about how color works on a computer, you'll know that you can express a certain amount of red, green and blue to get almost any color. These are known as "RGB" values. In RGB, the red, green or blue can individually go from 0 - 255. Think of it like a slider for how much you want of each color.

In RGB:

RGB (255, 255, 255) - White

Hex is just a really convenient and shorthand way to write the RGB color values.

In Hex:

#FFFFFF - White

Can someone help me plz

Answers

B = x is equal to 5
and
C = “ have special meaning and should not be used when naming variables “.

Question # 2
Multiple Choice
The ____
is a character used to separate data items in a line.
O extension
O delimiter
O relative path
O path

Answers

Answer:

The answer is delimiter

ASAP!
Use the drop-down menus to complete the statements about Contacts and the Contacts View.

A ( Task, calendar, or contact ) is an object stored in Outlook that contains information about individual people you want to communicate with.

Use the ( Mail, people, or calendar ) icon in the Navigation pane to see the Contacts View page.

Answers

Answer:

Contact

People

Explanation:

which fields in the contact form is used to control the order in which contacts are displayed in the current view?

Answers

Answer:

The answer is "File As"

Explanation:

The file is a data collection, that is processed either by filename in a single system. It could be a text, an image, a sound or a streaming server, a software collection, an and app, and other data collection. In this, the File As the field is used to order in connections that are displayed in the original understanding was controlled by using the contact-form sector.

HELP ASAP!!! Prompt
What is word processing?

Answers

Answer:

Word processing refers generally to the creation, editing, formatting, storage, and output of both printed and online or electronic documents.
Other Questions
Which transformation of figure ABCDEFGH results in figure A'B'C'D'E'F'G'?A. a translation 4 units leftB. a reflection over the x-axisC. a 90 clockwise rotation about the originD. a reflection over the y-axis how would you define "cower" in your OWN words? HELP ME PLEASE FAST. Which description best compares the graphs of these two functions? Which changes did Governor Parker make in Louisiana? Check all that apply. 6. If mZCDF = (3x + 14)", mZFDE = (5x - 2)", and mZCDE = (10x - 18)", find each measure.DEXEFmZCDF =mZFDE =mZCDE = which ballon was father from the town at the beginning, and which traveled more quickly. The point at which the product is released to the target market is known as what?A. Market screeningB. Idea generation C. Product launchD. Commercialization i need help w/ both so plz help Help with this homework pls Solve using the quadratic formulax2 + 2x 2 = 0Give your answers to 2DP.X =X = What is the equation of the line that passes through the point (-2, 1) and has aslope of ? Which of the following is an example of intellectualization?A child throws away a toy because he is feeling unloved.A teenager smokes a cigarette to avoid worrying about a test score.An adolescent says he is learning everything he can about his leukemia so he can figure out how to cure it.A young woman doesnt keep medical appointments because she forgets. What angered the colonists the most about the Proclamation of 1763? Breathing air that contains 4.0% by volume CO2 over time causes rapid breathing, throbbing headache, and nausea, among other symptoms. what is the concentration of co2 in such air in terms of mol percentage Ryan is the operations manager for a national financial company. His company is in the process of creating a customer handbook. Employees all over the country will collaborate on the different documents that will be included in the handbook and frequent additions and revisions will be made. He is looking for a telecommunications technology that can help him efficiently manage this task.In 2-5 paragraphs, describe the points that Ryan needs to consider when choosing a telecommunications technology to meet his needs. Miep. I made up the beds . . . The way Mr. Frank and Mr. Kraler said. (She starts out.) Forgive me. I have to hurry. I've got to go to the other side of town to get some ration books for you. Mrs. Van Daan. Ration books? If they see our names on ration books, they'll know we're here. Mr. Kraler. There isn't anything . . . Miep. Don't worry. Your names won't be on them. (As she hurries out) I'll be up later. Why is it important that the Van Daan and Frank family names do not appear on the ration books? The families do not believe in the ration books system, because it is unfair. The families are getting extra rations, and they do not want anyone to know. The families are in hiding, so no one can know they are receiving rations. The families do not understand the ration system, so they do not want to be a part of it. The speakers tone might best be described asA.unrestrained and candidB.rousing and authoritativeC.complex and ambiguousD.provocative and sardonicE.argumentative and pedantic Hellloooo Please help ASAP!!!!!!!!!! PLSSSSSSSSSSS HELP ASAP Which part of the female reproductive system provides the opening for sperm to enter the body and babies to exit the body?A.uterusB.cervixC.fallopian tubeD.vagina