Socket
Book a DemoInstallSign in
Socket

node-cryptex

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-cryptex

string data encryption/decryption for node.js & io.js

latest
Source
npmnpm
Version
0.0.2
Version published
Weekly downloads
32
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

data

FAQs

Package last updated on 20 Apr 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts