crypter

0.2.2 • Public • Published

crypter

Easy mode encryption/decryption, sincerely, most definitely

Installation

$ npm install -g crypter

Encrypt

$ crypter -e mysecret file > file.enc

Or encrypt from stdin

$ cat file | crypter -e mysecret - > file.enc

Decrypt

$ crypter -d mysecret file.enc > file

Or decrypt from stdin

$ cat file.enc | crypter -d mysecret - > file

Author

duchess code@donut.club

License

BSD 3-Clause

Readme

Keywords

Package Sidebar

Install

npm i crypter

Weekly Downloads

24

Version

0.2.2

License

BSD 3-Clause

Last publish

Collaborators

  • duchess