1.0.6 • Published 5 years ago
@mindzgroup/sedu v1.0.6
Simple Encryption Decryption Utility
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