Question: Develop a program in C DES_ECB_Enc.c and DES_ECB_Dec.c that use the ECB mode DES cipher in OpenSSL to encrypt or decrypt a given file (of
Develop a program in C DES_ECB_Enc.c and DES_ECB_Dec.c that use the ECB mode DES cipher in OpenSSL to encrypt or decrypt a given file (of arbitrary length) into another encrypted or the decrypted file with any given encryption key and IV with support of the following Command:
DES_ECB_Enc k
where
The initial plaintext file "plain.txt" should content:
AAAAAAAAAAAAAABBBBBBBBBBBBBBBDDDDDDDDDDDDDDCCCCCCCCCCCCCFFFFFFFFFFFFF
keyfile.txt should content:
0f1571c947d9e859
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
