config-leaf
config-leaf copied to clipboard
Hide your sensitive node.js bits in plain sight.
I've had a difficult time integrating this module into some continuous delivery pipelines like PM2 because for some reason (I really don't know why) piping a password using echo (`echo...
I'm using Node 4.4.5. When trying to encrypt or decrypt Node crashes because it's trying to call `slice` on `rl.history` which hasn't been defined yet. ``` C:\Users\benhanna\Git\project\node_modules\config-leaf\index.js:34 rl.history = rl.history.slice(1);...
It would be cool if you could specify the security algorithm, like AES, to use in the package.json configuration for the script.