项目作者: VICKY0071

项目描述 :
The project for encrypting files using hybrid cryptography using the AES, DES and RC4 algorithm and then sending the keys using the Diffie Hellman key exchange.
高级语言: Python
项目地址: git://github.com/VICKY0071/secure-file-storage-using-hybrid-cryptography.git


secure-file-storage-using-hybrid-cryptography

Description

The encryption used in the hybrid MODEL:

  • AES (Advanced Encryption Standard)
  • DES (Data Encryption Standard)
  • RC4 (Rivest Cipher 4) not sure about this one now will update this as soon as possible.

For key exchange:

  • Steganography
  • RSA Encryption for key exchange

By : Vikas Thapliyal