cryptshow
v0.0.3
Published
Small CLI tool to encrypt files
Downloads
1
Readme
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