@adorsys/encrypt-down
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "@adorsys/encrypt-down", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Encryption layer for level-db", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -11,3 +11,3 @@ # :closed_lock_with_key: encrypt-down :closed_lock_with_key: | ||
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier#readme) | ||
[![NpmLicense](https://img.shields.io/npm/l/encrypt-down.svg)](https://github.com/adorsys/encrypt-down/blob/master/LICENSE) | ||
[![NpmLicense](https://img.shields.io/npm/l/@adorsys/encrypt-down.svg)](https://github.com/adorsys/encrypt-down/blob/master/LICENSE) | ||
@@ -19,3 +19,3 @@ encrypt-down is an encryption layer for LevelDB. | ||
So lots (several MB) of sensitive user data can be stored securely (encrypted) in the browser across user sessions. | ||
By using encrypt-down it is possible to store lots (several MB) of sensitive user data securely (encrypted) in the browser across user sessions. | ||
@@ -47,3 +47,2 @@ ### Installation | ||
memdb._get('key', { asBuffer: false }, function (err, value) { | ||
value | ||
console.log(value) | ||
@@ -78,1 +77,7 @@ // eyJlbmMiOiJBMjU2R0NNIiwiYWxnIjoiZGlyIiwia2lkIjoialpESEVqN0ZhR3N5OHNUSUZLRWlnejB4TjFEVWlBZWp0S1ZNcEl2Z3dqOCJ9..LLeRPtRCpn-Zie6-.zZc0LQ_vvHCppRAaC5fxw4yJ0041l6mGOSgLDVnaPagSv_3Khp8a8lyAo9utHQKpVX6RNVaVPBQQxJpkw_Zyljeg7L-O_Nc3N2Hi_904qE6_zwORqQRc.R0JhfgTHIcD_93kXzZ8BrA | ||
This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind are welcome! | ||
## Big Thanks | ||
Cross-browser Testing Platform and Open Source ♥ Provided by [Sauce Labs](https://saucelabs.com). | ||
[![Sauce Labs logo](./Sauce-Labs.png)](https://saucelabs.com) |
1765205
80
54383