Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 227 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 227 Bytes

AES-RSA-Hybrid-Encryption-Java

First the secret key will be encrypted using RSA Algorithm. Then using the AES Class the secret key will be revealed and the large file encryption and decryption can be done without any errors.