3.0.2 • Published 9 months ago

@fabiospampinato/secret v3.0.2

Weekly downloads
-
License
-
Repository
github
Last release
9 months ago

Secret

The simplest command to encrypt/decrypt a file, useful for committing encrypted ".env" files to version control, among other things.

Secret automatically detects if you want to encrypt or decrypt a file: if the file ends with the ".secret" extension then it will try to decrypt it, otherwise it will try to encrypt it.

Install

npm install -g @fabiospampinato/secret

Usage

Encrypt a file:

secret myFile.txt

Decrypt a file:

secret myFile.txt.secret

License

MIT © Fabio Spampinato

3.0.2

9 months ago

3.0.1

9 months ago

3.0.0

9 months ago

2.0.0

1 year ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago