1.2.3 • Published 11 months ago
@node-cli/secret v1.2.3
Node CLI secret package
Secret is a command line tool that can encode or decode a file with a password.
Installation
> npm install --global @node-cli/secretExamples
NOTE: The password is not stored anywhere, it is only used to encrypt or decrypt the file and will be prompted each time.
Encrypt a file
> secret --encrypt README.md README.md.encDecrypt a file
> secret --decrypt README.md.enc README.mdGet help
> search --helpLicense
MIT © Arno Versini