Question: Create software that can encrypt and decrypt in counter mode using one of the following ciphers: affine modulo 256, Hill modulo 256, S-DES. Test data
Create software that can encrypt and decrypt in counter mode using one of the following ciphers: affine modulo 256, Hill modulo 256, S-DES. Test data for S-DES using a counter starting at 0000 0000. A binary plaintext of 0000 0001 0000 0010 0000 0100 encrypted with a binary key of 01111 11101 should give a binary plaintext of 0011 1000 0100 1111 0011 0010. Decryption should work correspondingly.
Step by Step Solution
3.40 Rating (147 Votes )
There are 3 Steps involved in it
Your question describes a fairly complex task especially if youre new to cryptography so Ill break i... View full answer
Get step-by-step solutions from verified subject matter experts
