0.0.2 • Published 9 years ago

node-cryptex v0.0.2

Weekly downloads
29
License
Coffeeware <https...
Repository
github
Last release
9 years ago

node-cryptex

tipme endorse

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

tipme endorse