Skip to content

I2rys/aesdir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

AESDir

Encrypt & Decrypt directories using AES256.

Installation

Github:

git clone https://github.com/I2rys/AESDir

NpmJS:

npm i archiver simple-aes-256 fs

Usage

node index.js node index.js <password> <directory/encryptedFile> <outputName> <encrypt/decrypt>
  • password - Password to use.
  • directory/encryptedFile - Path of a directory to encrypt/encrypted file to decrypt.
  • outputName - The name of the output.
  • encrypt/decrypt - Whether to encrypt/decrypt it.

License

MIT © I2rys

About

Encrypt & Decrypt directories using AES256.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks