2.0.4 • Published 8 years ago

deepcrypt v2.0.4

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

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'
  })
)
2.0.4

8 years ago

2.0.3

8 years ago

2.0.2

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.0.0

8 years ago