Nodejs script to encrypt or decrypt files and folders using AES 256
- Encrypt and Decrypt Folders
- Encrypt and Decrypt Files
- Encrypt Folder with max file size limit
- Clone the repo
- run
npm install
- run
node index.js
- Optionally, build this as a single executable file, using
npm run build
For building this as a single executable, you will need to run npm i -g webpack nexe
and also upx
in the same folder.