subject

Write a python program to do the following

First, you take the input to hash and run it through MD5 100 times (feeding the output of MD5, as a hex string, into the next). Then, you run that result 100 times through SHA256. Then, you run that result 100 times through SHA512.

In mathematical notation, something like:

SHA512( SHA512( ... ( SHA256( SHA256( ... ( MD5( MD5( ... ( "string" )...)

As a check adam hashes to 6415d24f9fc04a9e0ed53c17eae60f6a7d9 7c1a5765a6d8d15a16f06c5be4c6dd04736 1bb01e5a2f424516b2992de23d69e8aee1c c6e0581cf6e2e3f63a22cd5,

ASU hashes to 0825e489207e60af88cd0ab364a1328055f 65471930ec46801affeb63223bf4f2bd1bd cb60d9e1ac1a8c47e77223deac4e7c4a78f 090830b9bfc0ce9169076ee,

security hashes to 88466c23009271eb909e586c6707120f30a 2dd6ae53fb025badb2f9d0f6765b90f124e 3524d2d63719e8e668cf164411a61b1fea0 77ec1dd3b1db8889622095c.

ansver
Answers: 2

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 05:10, kellysimkin6196
Read the code below. what will the computer print if the input for year_variable is 1700? if year_variable == 1776: print("your answer is correct. the declaration of independence was signed in “year_variable”.") elif year_variable < 1776: compute_variable = 1776 - year_variable. print("add “compute_variable“ years to your answer for the correct answer.") elif year_variable > 1776: compute_variable = year_variable - 1776 print("subtract “compute_variable” years from your answer for the correct answer.")
Answers: 1
image
Computers and Technology, 23.06.2019 08:00, ionmjnm3041
The managing director of a company sends a christmas greeting to all his employees through the company email. which type of network does he use? he uses an .
Answers: 3
image
Computers and Technology, 23.06.2019 14:00, uday50
Select the correct answer. a company is currently focusing on creating specific management goals for itself. which level of maturity is the company demonstrating under the sse_ccm framework? a. performed informally b. planned and tracked c. quantitatively controlled d. well-defined e. continuously improving
Answers: 2
image
Computers and Technology, 23.06.2019 15:00, abelxoconda
1. which of the following statements are true about routers and routing on the internet. choose two answers. a. protocols ensure that a single path between two computers is established before sending packets over it. b. routers are hierarchical and the "root" router is responsible for communicating to sub-routers the best paths for them to route internet traffic. c. a packet traveling between two computers on the internet may be rerouted many times along the way or even lost or "dropped". d. routers act independently and route packets as they see fit.
Answers: 2
You know the right answer?
Write a python program to do the following

First, you take the input to hash and run it...

Questions in other subjects: