franklevasseur / cryptshow

cli tool to encrypt files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

cli tool to encrypt files


Languages

Language:TypeScript 99.8%Language:JavaScript 0.2%