blowfish-cli
v1.0.2
Published
CLI for encrypting and decrypting blowfish cipher
Downloads
28
Readme
Blowfish CLI
Installation
npm install blowfish-cli -gUsage
- 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>