Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 777 Bytes

README.md

File metadata and controls

35 lines (20 loc) · 777 Bytes

Node Storage Encrypter

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

Instructions

  1. Clone the repo
  2. run npm install
  3. run node index.js
  4. 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.

Gallery

After Encryption:

img

img

img

After Decryption

img

img

img