Simple ReactJS Web Application that encrypts/decrypts files based on the Advanced Encryption Standard (AES) algorithm with a passphrase of the user's choice.
- .txt
- Increase supported file formats
- Encrypt/decrypt multiple files at once with the same passphrase
- Choice of file download (File won't automatically download after choosing encryption/decryption)
- Support more encryption algorithms
Merty created an HTML5 file upload system using NodeJS. I am using his JS files that handle the file uploading and manipulating.