Which of this isn't one of the three types of cryptograph?

A. Vegenere
B. Symmetric
C. Asymmetric
D. Hashing

Answers

Answer 1

Answer:

A. Vegenere

Explanation:

I think it's spelled Vigenère, I might be wrong.

The three types of cryptograph are:

Symmetric Key Cryptography (Private/Secret Key Cryptography)

Asymmetric Key Cryptography (Public Key Cryptography)

Hash Function


Related Questions

A battery is connected to a light bulb in a circuit. There is a current of 2 A in the light bulb. The voltage of the battery is 1.5 V. What is the resistance of the light bulb?

Answers

Answer:

The current in a circuit is directly proportional to the electric potential difference impressed across its ends and inversely proportional to the total resistance offered by the external circuit. The greater the battery voltage, the greater the current.

Explanation:

Write a function that takes the name of a file with a .csv extension (a comma-separated value file), and writes a new file that is equivalent (same name and same data) but with a .tsv extension (a tab-separated value file: like a CSV but with tabs instead of commas separating the elements of the file). Note: the character used to represent a tab is ‘\t’.

Answers

Answer:

import pandas as pd

def convert_to_tsv( csv_filename ):

   df = pd.read_csv("csv_file")

   df.to_csv("csv_filename.tsv", sep='\t')

Explanation:

The python program uses the pandas' module to read in the csv file in the function "convert_to_tsv". The file is saved as a tsv file with the pandas to_csv method and the " sep= '\t' " attribute.

Write a program that asks the p34won to enter their grade, and then prints GRADE is a fun grade. Your program should repeat these steps until the user inputs I graduated

Answers

Answer:

Following are the code to this question:

def fun():#defining a method fun

  while True:#defining a while loop  

      g = input("Enter your grade: (I graduated) ")#defining variable g for input value

      if g == "I graduated":#defining if block to check string value

          return 0#return  

      print("{} is a fun grade".format(g))#use print method to print string value  

fun()#calling the method

Output:

Enter your grade: (I graduated) 1st

1st is a fun grade

Enter your grade: (I graduated) 2nd

2nd is a fun grade

Enter your grade: (I graduated) I graduated

Explanation:

In the given python code, a method "fun" is defined, and inside the method, a while loop is defined, which uses a variable "g" for input value from the user-end.

In the next step, if block is defined to check string a value and return a value 0, and use the print method to print the given value, and call the above method fun.  

Write a program that inputs a filename from the user and prints to the terminal a report of the wages paid to the employees for the given period. The report should be in tabular format with the appropriate header. Each line should contain an employee’s name, the hours worked, and the wages paid for that period.

Answers

Answer:

filename = input("Enter file name: ")

file = open("filename", "r")

while file:

   line = file.readline()

   print(line)

file.close()

   

Explanation:

The python source code prompts the user for a file name (file extension included), opens the file and reads the content of the file to the end, one line at a time, and prints it.

Note that the file is closed at the end of the program to avoid leakage.

The program illustrates the use of file manipulation.

File manipulations are used to read from a file, and also write into it.

The program in Python, where comments are used to explain each line is as follows:

#This gets the file name

fname = input('Enter input file name: ')

#This prints the output header

print('Name\t\tHours\t\tTotal Pay')

#This iterates through each line of the file

for line in open(fname):

   #This gets the text on the current line

   cline = line.strip()

   #If the text is not empty,

   if cline != '':

       #This gets the name, wage and time worked on that line

       (name, wage, time) = cline.split()

       #This converts the time to integer

       time = int(time)

       #This calculates the total pay

       totalpay = float(wage) * time

       #This prints the employee details

       print(name,'\t\t', time,'\t\t' totalpay))

Read more about file manipulations at:

https://brainly.in/question/10211834

What refers to the way players get personally involved in a game, with the ability to influence the outcome?
ludonarrative
interactive fiction
participant observation
player agency

Answers

Answer:

player agency

Explanation:

Answer:

I think it's player agency

Explanation:

Player Agency: The player's ability to impact the story through the game design or gameplay

BUYING A NEW COMPUTER
Scott is getting a new computer. He has three options for secondary storage. He could
choose
a 6TB hard disk drive
a 2TB solid state drive
a hybrid 500GB solid state with a 4TB hard disk
For each option provide some reasons why Scott may choose that option instead of the
alternatives.
IS​

Answers

6 TB- Choose this if you are getting the computer for work use, always pick the highest amount of storage for everyday use.

2TB SSD- This is the worst option because its the least among the others, but if you were just a game this may suit you.

500 GB SSD with 4TB- This would be the best option for someone who games, edits, or does graphics, because you get the storage but you also get 500 GB of SSD to load your software on, which will help it launch faster and run smoother.

anybody wana play 2k21

Answers

Answer:

no

Explanation:

no

Answer:I’ll play

Explanation:

Elias is writing poems and is formatting several to fit on a page that has been divided into columns. Which column break would allow him to end one poem and start the next poem on the same page?

Question 6 options:
next page
sequential
text wrap
continuous

Answers

Answer:

Explanation:

Column break continous

PLS help im in the middle of this test
If someone enjoys the technical aspects of production but does not enjoy working with a large number of people, which career option might be best?


photojournalist
videographer
camera operator
print journalist

Answers

Answer:

Videographer

Explanation:

They work with a small grade while the other have to have good people skills

Choose all items that represent essential features of excellent navigation menu design.

uses clearly and simply labeled links

is consistently styled and located

contains a link to a site map

is intuitive and easy to use is available on all pages

in the site employs a drop-down list​

Answers

Answer:

A,B,D,E

Explanation:

Answer:

A- uses clearly and simply labeled links

B- is consistently styled and located

D- is intuitive and easy to use

E- is available on all pages in the site

Under fair use laws students can use as much digital content as they want as long as it is for educational purposes

Answers

Answer:

Is this a question you need help with or is it a fact that everyone should know?

Explanation:

To summarize means to
O. Directly quote the main idea
O. Communicate the main idea with supporting details
O. Explain the main idea’s significance
O. Condense the main idea into a few words

Answers

Answer:

To summarize is to explain the main idea in as few words as possible. So the answer is the last statement, to "Condense the main idea into a few words". Hope this helped.

Answer:

Its D

Explanation:

Hope it helped

What is the purpose of an End User License Agreement?

Answers

Answer: An End User License Agreement, or EULA for short, is a set of conditions under which a licensor gives a licensee permission to use a piece of intellectual property in the form of proprietary software. The licensor is the person or business that designed or developed the software.

Explanation:

How did New York Governor Hugh Carey handle Sostre’s situation?

Answers

Answer:

The governor found a way to free Sostre without assessing whether or not he was guilty or innocent of drug crime in buffalo.

Explanation:

Answer:

The governor found a way to free Sostre without assessing whether or not he was guilty or innocent of drug crime in buffalo.

Explanation:

correct on e2020 Dawg

PLEASE ILL MARK BRAINLIEST
A ____ is a distinctive characteristic of a virus or virus family.
(this is computer stuff)

Answers

Answer:

it is a capsid

Tony, the team photographer, will be accompanying his college football team to their next away game. He will be shooting photos of his team in action on the field. Which equipment would be ideal for Tony to use for his work? A. suction mount B. shoulder mount C. pistol grip D. mini tripod E. crane

Answers

Answer:

I think shoulder mount

Explanation: because you’ll generally use a shoulder mount for video shooting or when you use heavy telephoto lenses.

Which of the following BEST describes the relationship between the Boston Marathon bombing and biometrics?

Answers

Answer:

Because of the newly developed biometric technology, the FBI was able to

quickly identify two suspects.

The blurry photos released by the FBI after the bombing prompted

researchers to improve their early biometric software.

Because biometric technology was unavailable at the time, the Boston

Marathon bomber remains at large.

The Boston Marathon bombing made researchers aware of how biometric

technology is sometimes useless and ineffective.

Explanation:

What can you do if brainstorming only gives you a small or incomplete idea?
A. Brainstorm again
B. Develop the idea through research
C. Develop the idea through a close reading of a literary text
O
D. All of the above

Answers

Answer:

D. All of the above

Explanation:

Focusing on the general characteristics of a problem or object, while ignoring the details, is a technique called
O refinement
O abstraction
O decomposition
O pattern recognition

Answers

Answer:

Abstraction

Explanation:

In computer science, abstraction has a similar definition. It is a simplified version of something technical, such as a function or an object in a program. The goal of "abstracting" data is to reduce complexity by removing unnecessary information. At some level, we all think of computers in abstract terms.

_________ is the primary measurement used to gauge your typing ability

Answers

Answer:

Words per minute

Explanation:

Imagine yourself writing computer programs in the future. Which do you think would be generally more important to your programming goals: ease of programming or speed of computation? Why do you think this would be more important? Describe a situation for which the other goal would be more important.

Answers

Answer:

to make sure ur comsters are satified

Explanation:

Justify the following statement: “Some Americans’ sedentary lifestyles contribute to their poor health.”

Answers

It is essential that people are active in their lives to fulfill that basic biological need. This will allow blood flow to increase, which is beneficial for health. In addition, it can release healthy chemicals into the brain, which is beneficial for mood, energy, and well-being.

Answer:

Since the average American will spend 24 hours watching television per week, it is safe to say that they suffer from a lack of movement and exercise. This, in turn, will lead more Americans to be overweight and more likely to suffer from serious health problems! :)

Explanation:

What is NOT a built-in function in python?
sqrt()
string()
fabs()
O print()

Answers

Answer:

sqrt()

Explanation:

In python there more there 100s of core built in codes, the only one that isnt one of those is sqrt()

Sqrt
Your welcome xoxo

What do you do when you have computer problems? Check all that apply. PLEASE HELP

Answers

Answer:

I ask my parents or call someone

Can you put the answers to the problem it would be a lot easier for me


And I would look up how to fix the problem on my own before paying someone....

Software licensed as proprietary

is usually free of cost often has lower quality than other types.

does not permit source code changes.

is rare in today's marketplace.

can be redistributed by the user at will.​

Answers

Answer:

Does not permit source code changes.

Explanation:

Answer:

does not permit source code changes.

Explanation:

Find and Explain 3 different sources of Kinetic Energy in your house that are utilized on a daily basis?

Answers

1.)When you turn on a light with a traditional incandescent light bulb, it gives off two forms of energy. There is the visible light that you see, as well as the warmth that it generates

2.) When you place a frozen pizza in the oven, you are heating it up and raising its temperature

3.) A light fixture that is plugged into a wall outlet and is turned on is another example of electrical energy

Challenge #3: Create a network that keeps everyone connected even if one of the lines is cut Insert as many lines as needed

Answers

Answer:

To create a redundant computer network, The star network topology is adopted.

Explanation:

Note that topology is not a type of network but a top view of how the network looks like or is connected.

To make a network redundant, interconnect every computer to one another in the network, so even when a line or an ethernet cable ( the connector) makes, there is no loss of connection.

This form of network is not recommended for large computer networks as it would result in confusion due to excess connection cables running in the network.

The fireworks were a lantern in the sky

Answers

Answer:

So your saying thst when a firework blows then it is a big lantern in the sky???

Which best describes what happens when a formula is copied from one cell to another?
The cell references in the formula remain the same to match the cell that the formula is pasted into.
The cell references in the formula remain the same as they were in the original cell.
The cell references in the formula change to match the cell that the formula was copied from.
O The cell references in the formula change to match the cell that the formula is pasted into.
Hurry up

Answers

Answer:

b 2

Explanation:

b2

Documentary photographers strive to produce what type of image?
А.
Edited
B.
True
C.
Colorful
D.
Blurred

Answers

I’m pretty sure that the answer is B

Answer:

B. :)

Explanation:

Other Questions
how would you begin to clear a room? Select the correct answer.Which of the following is NOT one of the main five food groups from which you should eat most of your foods?A. VegetablesB. Fats, Oils, and SweetsC. GrainsD. Protein HELP PLEASE ITS DUE TODAY how many elements does this matrix have Write a essay about the law of conservation of mass ( write at least 6 or 7 sentences ) Reread this passage from Narrative of the Life of Frederick Douglass, An American Slave.He said, "If you give a slave an inch, he will take a mile. A slave should know nothing but to obey his master--to do as he is told to do. Learning would spoil the best slave in the world.What is the connotative meaning of spoil, as it is used in this passage?A. increase the positive qualities in something rarely usedB. turn something really good into something totally worthlessC. cause someone to expect more than he or she has earnedD. slightly reduce the usefulness of something used often What did Minoans produce for export in their dry, rocky environment?figs, cheese, and nutsgrain, wood, and copperolives, grapes, and sheeppurple dye, glass, and papyrus In the Late 1800s the goal of the federal governments policy toward Native American Indians was to Congratulations, Youre Volun-Hired!A newly formed educational charity wants to create a website, and they have invited you in as a consultant because they dont have a web developer and would like your advice on what sort of website will work best for their business. This charity could promote literacy in your area, or it could advocate for the promotion of music in education. You could also consider charities that educate the public about a particular interest of yours. You choose!Identify different types of websites that would be useful for the charity and briefly explain why each is appropriate for this type of business and how each could be used effectively. Think about which coding languages or scripting languages would be necessary or best-suited for their purposes. Depending on what type of website you suggest, you will need to explain different programming languages and their purposes. For example, since youre creating a website for a charity, you will need to take fundraising into account, right? What else should you consider?Step 1. For this activity, you should demonstrate your understanding of the basics of web development. In doing so, identify and describe at least three different types of website and explain how and why each is suited for this charity. 3 types of websites Explanation on how and why each is suited for this charity1. 2. 3. Step 2. Choose at least four coding or scripting languages that could be used to build the websites and explain why these languages are suitable.4 Coding and Scripting Languages Explanation on why languages are suitable1. 2. 3. 4. Please don't answer unless you know the correct answer. Jaxon was asked 40 questions on a test he answered 80% incorrectly how many did he get correct Fossils of sea creatures have been found near the top of Mount Everest (8848m above the sea level). How do you think they could have got there? Can someone please help me ty!! i need big help thanks Yosemite Falls is the highest waterfall in North America and the fifth highest in the world. When viewed from the valley, it appears to be a single waterfall. However, it actually has three parts. The upper fall has the longest drop of 1430 feet. The middle cascade is 675 feet long, and the lower fall drops another 320 feet. What is the total length that the water falls? (WILL GIVE BRAINLYEST) BEING CORRECT IS BETTER THAN BEING FASTERWho or what delayed U.S. recognition of Texas as an independent republic? a.The Morfit Reportb.William H. Whorton and Memucan Huntc.The Mier Expeditiond.The Black Bean IncidentPlease select the best answer from the choices providedABCD When = 3, what will the value for y be for the equation - 4x + 5y = 18? At 96 F the saturation density of air is 0.04 kg/m3. If the weather report says the relative humidity is 90 % when the temperature is 96F, the humidity is I will give Brainlyest if you are first How many longitude lines go through the South Pole? Given: a mod 7 = 5 and b mod 7 = 6 Find (a + b)mod 7. Do not use specific numbers for a and b. Consider a, b as generic particulars. Show steps but you do not need to provide reasons.(7 points)