Chase-Garrett / Paladin

Hybrid Cryptosystem utilizing AES and RSA
MIT License
0 stars 0 forks source link

Hybrid/sys #14

Closed Chase-Garrett closed 3 months ago

Chase-Garrett commented 3 months ago

Added a simple terminal app to show functionality of the hybrid cryptosystem. Also added CBC mode of operation with padding to AES encryption/decryption scheme to allow messages of various size. The present terminal application does not actually display the ciphertext, instead it immediately passes it into the decryption schemes and then prints the message back to the user to show that everything is working.