node-cryptex
v0.0.2
Published
string data encryption/decryption for node.js & io.js
Downloads
9
Maintainers
Readme
node-cryptex
String data encryption/decryption for node.js & io.js
This is a module for helping you encrypting/decrypting string data inside node.js & io.js applications, so for example in a MEAN application you could use this module to store only encrypted versions of your individual entity fields inside your DB and decrypt them only when needed for display in the views.
Usage
Using the module it's fairly simple, Just take a look at the example available in the tests folder to have an idea of how easy the implementation is:
Example: https://github.com/Jmlevick/node-cryptex/tree/master/tests
Created by: @Jmlevick
License: Coffeeware