node-cryptex

0.0.2 • Public • Published

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

Package Sidebar

Install

npm i node-cryptex

Weekly Downloads

2

Version

0.0.2

License

Coffeeware <https://github.com/Jmlevick/coffeeware-license>

Last publish

Collaborators

  • jmlevick