In: Computer Science
Using randomized encryption, convert an AES and RSA message (m) with 128 bits into a secured version with an initialization vector (IV). Show how to encrypt (m) with secured AES.
Initialization Vector:
Initialization vector is a arbitrary number, can be used along with a secret key for encryption of data.This vector is a number which is added to a secret key. It generates only once in a session. It is a 24 bit key. It is added along with Wep (Wired equivalent privacy) key which size is 40 bit making a sum of 64 bit key.
ASE Encryption:
RSA Encryption: