1.0.6 • Published 11 days ago

@node-cli/secret v1.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
11 days ago

Node CLI secret package

npm

Secret is a command line tool that can encode or decode a file with a password.

Installation

> npm install --global @node-cli/secret

Examples

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.enc

Decrypt a file

> secret --decrypt README.md.enc README.md

Get help

> search --help

License

MIT © Arno Versini

1.0.6

11 days ago

1.0.5

18 days ago

1.0.4

2 months ago

1.0.3

3 months ago

1.0.2

4 months ago

1.0.1

10 months ago

1.0.0

12 months ago