deepcrypt

2.0.4 • Public • Published

deepcrypt

Node.js library to encrypt object while maintaining object structure. The values are encrypted but the keys are left intact. Built to stuff encrypted objects into NoSQL databases like MongoDB.

install

npm install --save deepcrypt

usage

var { deepEncrypt, deepDecrypt } = require('deepcrypt')('secret$here')
 
deepDecrypt(
  deepEncrypt({
    your: "object",
    goes: 'here'
  })
)

Readme

Keywords

Package Sidebar

Install

npm i deepcrypt

Weekly Downloads

3

Version

2.0.4

License

MIT

Last publish

Collaborators

  • petermoresi