Cryptex
Cryptex copied to clipboard
Secure secret storage and cryptographic key retrieval for Node.js
Bumps [yargs-parser](https://github.com/yargs/yargs-parser) from 13.1.1 to 13.1.2. Changelog Sourced from yargs-parser's changelog. 15.0.0 (2019-10-07) Features rework collect-unknown-options into unknown-options-as-args, providing more comprehensive functionality (ef771ca) BREAKING CHANGES rework collect-unknown-options into unknown-options-as-args, providing...
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4. Commits 6370e90 Mark version 5.7.4 fbc15b1 More rigorously check surrogate pairs in regexp validator See full diff in compare view [](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot...
package.json-based parserConfiguration has been deprecated since v13.0.0 and was removed in v15.0.0 Closes #17
When using the cryptex cli, yargs emits a deprecation warning: ``` Configuring yargs through package.json is deprecated and will be removed in a future major release, please use the JS...
The name used for the AES 256 algorithm will break Cryptex when used in Electron 73. It seems like the fix to this issue is by changing the algorithm name...
This adds the ability to store the encryption key in an environment variable so that it doesn't need to be persisted to a file, etc. The use case for this...
I followed this tutorial http://technologyadvice.github.io/lock-up-your-customer-accounts-give-away-the-key/ And no matter what, it always says Failed getting secrets Error: Secret "clientId" not found this is my cryptex.json `{ "default": { "keySource": "kms", "keySourceOpts":...
https://github.com/TomFrost/Cryptex/blob/820187ec70fadf71814fa3dabd86c9aaa705f77a/src/index.js#L168-L172 What do you think about throwing a UserError here if e.name === "SyntaxError"?
I'm running into the following issue that I'm having difficulty resolving. I am using v1.0.0. ``` → cryptex encrypt test Uh-oh, we have a problem: InvalidCiphertextException: null at Request.extractError (/usr/local/lib/node_modules/cryptex/node_modules/aws-sdk/lib/protocol/json.js:43:27)...