A hybrid Encryption/Decryption Algorithm implementing both DES and RSA algorithm.
-
Updated
Oct 23, 2017 - Java
A hybrid Encryption/Decryption Algorithm implementing both DES and RSA algorithm.
Encryptor.java securely encrypts files in input using AES and the Client's public key, storing encrypted files, AES keys, and their hashes in encrypted. Decryptor.java uses the User's private key to verify integrity, decrypt files to output, and deletes encrypted files after success.
Add a description, image, and links to the hybrid-encryption-java topic page so that developers can more easily learn about it.
To associate your repository with the hybrid-encryption-java topic, visit your repo's landing page and select "manage topics."