Skip to content

:shipit: JSCryptor (RNCryptor's javascript implementation) in a command line flavor

Notifications You must be signed in to change notification settings

enricodeleo/JSCryptor-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSCryptor-cli

A cli (command line) version of JSCryptor (a Javascript implementation of with Rob Napier's RNCryptor).

Install

npm install jscryptor-cli -g

Usage

Run this tool from your shell following this pattern:

jscryptor <command> [options] <source> [destination]

Commands available

Command description
decrypt decrypt a file
encrypt encrypt a file

Options

Command description
-h, --help output usage information
-p, --password password to be used during encryption (mandatory)

Arguments

You must give the file path of the source you want to de/encrypt.

Optionally, you can pass a destination path where the result will be written. If you don't, this tool will write a new file with the same name and location of the source file but with a different extension (.dec for decrypted data, .enc for encrypted).

About

:shipit: JSCryptor (RNCryptor's javascript implementation) in a command line flavor

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published