Question: Please do the below question in C programming language: aes256key.txt content: 0102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f20 aesIV.txt content: d9000a0800ac3b75111d393ad246ff95 You need to develop 2 C programs AES256_CBC Enc.c and
Please do the below question in C programming language:
aes256key.txt content:
0102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f20
aesIV.txt content:
d9000a0800ac3b75111d393ad246ff95

You need to develop 2 C programs "AES256_CBC Enc.c" and "AES256 _CBC Dec.c" that use the CBC mode 256-bit AES 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 Specifically, the programs need to support the following commands line arguments and usage: AE3256 CBC Enc-k key file>-v1V file>-i -o
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
