blowfish-cli

1.0.2 • Public • Published

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>

Dependents (0)

Package Sidebar

Install

npm i blowfish-cli

Weekly Downloads

4

Version

1.0.2

License

ISC

Unpacked Size

3.56 kB

Total Files

6

Last publish

Collaborators

  • adamsiekierski