Skip to content

twalk4821/ncrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NCRYPT

Steam based file encryption written using the Node.js streams module

Usage

There are some options available:

--password: the password to encode/decode with
--source: name of source file to encode
--dest: name of destination file
--dir: the working dir to look for files in
-a: to append rather than overwrite

Install globally with npm install ncrypt-stream -g Then encrypt [options] to encrypt and decrypt [options]

Password is required to be the same across encryptions/decryptions in order for everything to work properly

EXAMPLE

encrypt --password=secret --dir=. --source=mypasswords.txt --dest=encrypted.enc
-a

I am not responsible for sensitive files being overwritten using this program.

About

Stream based file encryption in Node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published