Skip to content

Ashesh3/storage-encrypter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Nodejs script to encrypt or decrypt files and folders using AES 256

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published