Encrypt strings with cryptr from the CLI
npm install cryptr-cliEncrypt/Decrypt a string through the CLI using the cryptr package for node.
npm install -g cryptr-cli
Encrypt:
cryptr-encrypt "encryption key" "string to encrypt"
Decrypt:
cryptr-decrypt "encryption key" "string to decrypt"