Assignment 2 - Secret-Key Encryption Lab
Assignment 2 - Secret-Key Encryption Lab
Assignment 2 - Secret-Key Encryption Lab
All tasks in this assignment are based on SEED Labs – Secret-Key Encryption Lab tasks and
you should use the original lab for more information.
https://seedsecuritylabs.org/Labs_16.04/Crypto/Crypto_Encryption/
The learning objective of this lab is for students to get familiar with the concepts in the
secret-key encryption.
For performing these tasks you can either use iris.nyit.edu shell or download and run
SEEDUbuntu16.04 pre-built VM. All needed tools are installed on both.
All your results and screenshots should be included in your report. Please submit the
documents separately on Blackboard by the deadline. NO ZIPPED FILES ALLOWED
Please report the encryption key (mapping table) and the original plaintext.
Please include your commands and screenshots in the report and explain your
observations. Also, upload your input and output files
How much information can you recover by decrypting the corrupted file, if the encryption
mode is ECB, CBC, CFB, or OFB, respectively? Please provide justification.
Please include your commands, screenshots, and results in the report.
key:?
Appendix
How to edit a binary or hexadecimal data of a file using Vim editor
https://askubuntu.com/questions/786658/how-do-i-edit-the-binary-or-hexadecimal-data-of-a-file-i
n-ubuntu