This repository was archived by the owner on Jun 10, 2020. It is now read-only.
New in this release
- Move the command line interface within the core node-cipher package.
- Split README into two pieces: one for the CLI, and the other for the Node JS API.
- Change
list()tolistAlgorithms(). - add
listHashes()public method to list all available HMAC hashes. - Update tests to include these new methods.
- The CLI no longer accepts the input and output as options, but rather as arguments.
- The
--iterationsshorthand has been changed to-i - Added tests to reflect the recent CLI changes.
- CLI is now using commander instead of yargs.
- Rewritten and more robust CLI code.
- Changed
--listoption to--algorithms. - Added
--hashesoption. - Added
encanddecaliases forencryptanddecryptrespectively.