npm.io
1.0.6 • Published 5 years agoCLI

@mindzgroup/sedu

Licence
ISC
Version
1.0.6
Deps
5
Size
10 kB
Vulns
0
Weekly
0

[S]imple [E]ncryption [D]ecryption [U]tility

A command line utility to do simple encryption decryption..

Installation Instructions

run npm install -g @mindzgroup/sedu to install the application globally

How to Use

For all the available commands please execute sedu --help

Commands

command: enc

This command can be used to encrypt the provided data with a secret key.
Usage:
$ sedu enc [options]

Example Usage:
$ sedu enc --count 1

command: dec

This command can be used to decrypt the provided data with a secret key.
Note: data must have been encrypted with the enc command and you must use the same secret which was used to encrypt it.
Usage:
$ sedu dec

Example Usage:
$ sedu dec

Keywords