design and implement a hybrid crypto system that involves 3DES and RSA [closed]

RSA must be used at the beginning to securely exchange the session keys of
3DES between Alice and Bob.
3DES must be used for encryption/decryption of the exchanged data.
OFB should be used as a mode of operation to transfer the blocks of … Continue reading design and implement a hybrid crypto system that involves 3DES and RSA [closed]

To design and implement a hybrid crypto system that involves 3DES and RSA [closed]

The idea is to design and implement a hybrid cryptosystem that involves 3DES and
RSA.

RSA must be used at the beginning to securely exchange the session keys of
3DES between Alice and Bob.
3DES must be used for encryption/decryption of th… Continue reading To design and implement a hybrid crypto system that involves 3DES and RSA [closed]