adplus-dvertising
frame-decoration

Question

Why does Cryptex calculate an additional hash (using the MD5 algorithm) from the SHA hash and store the result in the file header?

a.

To use as a key for encrypting and decrypting the data

b.

To store the unique password identification

c.

To make it incredibly easy to decrypt Cryptex archives

d.

To detect whether the supplied password was correct or incorrect

Posted under Reverse Engineering

Answer: (b).To store the unique password identification Explanation:When an archive is opened, the supplied password is hashed twice (once using SHA and once using MD5), and the MD5 result is compared against the one stored in the archive header. If they match, the password is correct. Cryptex calculates an additional hash from the SHA value and stores that as the unique password identification.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Why does Cryptex calculate an additional hash (using the MD5 algorithm) from the SHA hash and store the result in the file header?

Similar Questions

Discover Related MCQs

Q. Why doesn't Cryptex store the SHA result directly into the file header?

Q. What is the importance of studying the Cryptex directory layout?

Q. How can you decipher the directory layout in Cryptex?

Q. What is the Cryptex directory layout?

Q. How can you decipher the directory layout of Cryptex?

Q. How can you reduce the number of calls when using a breakpoint on the ReadFile API?

Q. Where should you place your breakpoint in a real program to avoid tedious task of stepping through the program?

Q. What kind of compiler switch was most likely used to compile Cryptex?

Q. What is the purpose of the x command in Cryptex?

Q. Why is it important to reverse the extraction process in Cryptex?

Q. What is the purpose of the hash object created in the Cryptex file extraction routine?

Q. What type of algorithm is used to create the hash object in the Cryptex file extraction routine?

Q. What is the purpose of the "x command" in Cryptex?

Q. What is the purpose of the MD5 checksum in the Cryptex header?

Q. How is the triple-DES key generated in Cryptex?

Q. What algorithm does Cryptex use to encrypt its archives?

Q. What is the purpose of the 8-byte signature in the Cryptex header?

Q. What is the purpose of the 16-byte MD5 hash that ends up in the Cryptex header?

Q. What algorithm is used to encrypt all clusters in Cryptex archives?

Q. What is the maximum length of file names in Cryptex archives?