0.6.4 • Published 2 months ago

xcrypt v0.6.4

Weekly downloads
4
License
MIT
Repository
-
Last release
2 months ago

xcrypt

Xcrypt is utility intended to encrypt and decrypt content across different languages, primarily between NodeJS and bash/shell

Author: Eugene Song

Install

npm install xcrypt

Usage

Usage: xcrypt

Options:
  --version              Show version number                           [boolean]
  --help                 Show help                                     [boolean]
  --secret, -s           The secret key used to encrypt/decrypt       [required]
  --decrypt, -d          Set mode to decrypt                           [boolean]
  --list-algorithms, -l  List the supported algorithms                 [boolean]
  --algorithm, -a        Set the cipher algorithm used to encrypt
                                                        [default: "aes-256-ctr"]

Usage:
   Encrypt: 
     xcrypt -s <secret> [options]... -- <input>
     echo -n <input> | xcrypt -s <secret> [options]... --

   Decrypt: 
     xcrypt -s <key> --decrypt [options]... -- <input>
     echo -n <input> | xcrypt -s <key> --decrypt [options]... --

Options:

 -h, --help
     This help text.

 -s, --secret
     REQUIRED: The secret key used to encrypt/decrypt

 -a, --algorithm
     DEFAULT: aes-256-ctr

 -d, --decrypt
     Sets the mode to decrypt

 -l, --list-algorithms
     List the supported algorithms

 --
     Do not interpret any more arguments as options
0.6.3

2 months ago

0.6.2

2 months ago

0.6.4

2 months ago

0.6.1

7 months ago

0.6.0

7 months ago

0.5.1

8 months ago

0.5.0

12 months ago

0.4.1

12 months ago

0.4.0

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago