A file whose size is 20 bytes is encrypted using the AES with CBC and OFB, respectively. What will be the size of each encrypted file?
the actual file size provided is 20 bytes .
to do encryption we need several bytes to be padded based on encryption algorithm.
Sizes of file after encrypted based on encryption algorithm.
1.AES= 32 bytes .
2.CBC=32 bytes.
3.OFB=20 bytes.
Get Answers For Free
Most questions answered within 1 hours.