2021年1月17日星期日

How does write the code of 3DES in Ofb mode in c?

The idea is to design and implement a hybrid crypto system that involves 3DES and RSA. 1) RSA must be used at the beginning to securely exchange the session keys of 3DES between Alice and Bob. 2) 3DES must be used for encryption/decryption of the exchanged data. 3) OFB should be used as a mode of operation to transfer the blocks of data in 3DES. You can use any programming language of your choice such as Java, C, Python, MATLAB, etc.

https://stackoverflow.com/questions/65767630/how-does-write-the-code-of-3des-in-ofb-mode-in-c January 18, 2021 at 09:07AM

没有评论:

发表评论