cryptr-cli
v1.0.1
Published
Encrypt strings with cryptr from the CLI
Readme
Cryptr cli encrypt
Encrypt/Decrypt a string through the CLI using the cryptr package for node.
Installation
npm install -g cryptr-cli
Usage
Encrypt:
cryptr-encrypt "encryption key" "string to encrypt"
Decrypt:
cryptr-decrypt "encryption key" "string to decrypt"
