@mindzgroup/sedu
TypeScript icon, indicating that this package has built-in type declarations

1.0.6 • Public • Published

[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

Package Sidebar

Install

npm i @mindzgroup/sedu

Weekly Downloads

21

Version

1.0.6

License

ISC

Unpacked Size

10.2 kB

Total Files

12

Last publish

Collaborators

  • anantanandgupta