The Menu Driven Encryption Program and Encryption Method Question
Description
- Submit the word document with the code, analysis, and explanation of the approaches and a formatted file with the code (depending on the high-level language used) .cpp .java .py (everything in a zip file)
- Problem
- Create a menu-driven program in where different encryption methods are used.The program should ask:
- Encrypt or decrypt
- If encrypt:
- Enter the Plaintext
- Enter encryption method; (Caesar cipher, Hill Cipher, DES)
- If the encryption method uses block cipher, ask for the block size
- Hill cipher will ask for the matrix too.
- The encryption method should return the ciphertext
- If decrypt:
- Enter the ciphertext
- Enter encryption method; (Caesar cipher, Hill Cipher, DES)
- If the encryption method uses block cipher, ask for the block size
- Hill cipher will ask for the matrix too.
- The decryption method should return the plaintext.
Get your college paper done by experts
Do my question How much will it cost?Place an order in 3 easy steps. Takes less than 5 mins.
Leave a Reply
Want to join the discussion?Feel free to contribute!