node-cipher icon indicating copy to clipboard operation
node-cipher copied to clipboard

:lock: Securely encrypt sensitive files for use in public source control.

Results 8 node-cipher issues
Sort by recently updated
recently updated
newest added

error on node v14, while encrypting via cli ``` RangeError: Maximum call stack size exceeded at WriteStream.deprecated [as open] (internal/util.js:74:22) at WriteStream.ws.open (/Users/cruzdanilo/.nodenv/versions/14.4.0/lib/node_modules/node-cipher/node_modules/fs-extra/lib/streams/create-output-stream.js:24:35) at _openWriteFs (internal/fs/streams.js:381:12) at WriteStream. (internal/fs/streams.js:374:3) at...

Can you adddress [DEP0106] DeprecationWarning: crypto.createCipher is deprecated. errors?

Fixes: #22 Updates all dependencies with known vulnerabilities. npm audit now passes. Updates CLI to use new inquirer syntax. Since mocha now requires at least node 6, CI has been...

How would one encrypt a folder?

Is it possible to just get the output of the decrypt method without writing it to a file, and instead just store the output in a variable in memory?

enhancement

After running `npm audit` there seems to be a low vulnerability "Prototype Pollution" being traced back from the version you guys are using for lodash. Is there any ambition to...

Mention decryption-loader in the tips section.

Hi, First of all: Thanks for node-cipher. It's a really nice tool! Because I wanted to keep my file processing logic in webpack and not add it to package.json I...