1.2.2 • Published 11 months ago

@node-cli/secret v1.2.2

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months 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.2.0

1 year ago

1.1.0

1 year ago

1.2.2

11 months ago

1.2.1

11 months ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

2 years ago

1.0.0

2 years ago