Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

cryptr-cli

chriswaugh3MIT1.0.1

Encrypt strings with cryptr from the CLI

cryptr, 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"