blowfish-cli
v1.0.2
Published
CLI for encrypting and decrypting blowfish cipher
Downloads
3
Readme
Blowfish CLI
Installation
npm install blowfish-cli -g
Usage
- Encrypt some text:
blowfish encrypt -k <encryption_key>
- Decrypt blowfish cipher
blowfish decrypt -k <encryption_key>
- Set a default encryption key (so you won't need to pass it as long as you use the same)
blowfish setkey <encryption_key>