Question
Please help with the following C programs: Develop a program in C AES256_CBC_Enc.c and AES256_CBC_Dec.c that use the CBC mode 256-bit AES cipher in OpenSSL
Please help with the following C programs:
Develop a program in C 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: AES256_CBC_Enc k
where
The programs need to do basic sanity check on
The plaintext.txt file should content:
AAAAAAAAAAAAAAAABBBBBBBBBBBBBDDDDDDDDEEEEEEEEEEEEEECCCCCCCCCCCCCCCC
The aes256key.txt file should content the key:
0102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f20
The aesIV.txt file should content the key:
d9000a0800ac3b75111d393ad246ff95
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started