Cryptographic tool for file encryption with AES cipher
- Node
- npm
Install with npm:
$ npm install secrecy
Install with yarn:
$ yarn add secrecy
Secrecy can be used with the following command line flags.
-v, --version output the version number
-E, --encrypt encrypt files
-D, --decrypt decrypt files
-k, --key <password> password for encryption/decryption
-f, --file <file-path> file to encrypt/decrypt
-h, --help output usage information
MIT License Copyright (c) 2019 Ekene Izukanne