Lab2 Crypto
Lab2 Crypto
Cryptography
To be able to complete the remaining parts of the lab, make sure that the software “Cryptool
1.4.21” is installed on your machine.
1- Create a file containing “Make a transfer of 100 dollars from my account”, save it on the
desktop then open it in Cryptool.
2- Compute the hash of your file using SHA1 algorithm (you can find it in Indiv. Procedures)
3- Save the computed hash value.
4- Modify the amount defined in the file from 100 to 1000. Compute again the hash value.
5- Compare the two obtained values what can you notice.
6- Which properties of the hash functions have you been able to test?
I- Classic cryptosystem
1- Use the Caesar function with key=5 to encrypt and then to decrypt the original file.
2- Has the amount value been encrypted? What should you do to ensure its encryption?