0.0.3 • Published 3 years ago

cryptshow v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

CryptShow

Small CLI to encrypt files and read or modify them later.

Usage

> npm i -g cryptshow
> crypt encrypt /my/file # encrypts the file in place
> crypt --help # shows help

Commands:
  crypt cat <fileName>      Read file
  crypt encrypt <fileName>  Encrypt file
  crypt decrypt <fileName>  Decrypt file
  crypt edit <fileName>     Edit file

From Sources

> yarn && yarn build
> yarn start cat ./cryptshow # type password "cryptshow"

License

MIT