Cryptr : A Simple Shell Utility For Encrypting & Decrypting Files Using OpenSSL

Cryptr is a simple shell utility for encrypting and decryption files using OpenSSL. Installation git clone https://github.com/nodesocket/cryptr.git ln -s “$PWD”/cryptr/cryptr.bash /usr/local/bin/cryptr Bash tab completion Add tools/cryptr-bash-completion.bash to your tab completion file directory. API/Commands Encrypt encrypt <file> – Encryptes file with OpenSSL AES-256 cipher block chaining. Writes an encrypted file out (ciphertext)appending .aes extension. ➜ cryptr encrypt ./secret-file enter aes-256-cbc encryption …