browser-passworder
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "browser-passworder", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A simple browserifiable module for password-encrypting JS objects.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,7 +0,8 @@ | ||
# Browser Passworder | ||
# Browser Passworder [![CircleCI](https://circleci.com/gh/flyswatter/browser-passworder.svg?style=svg)](https://circleci.com/gh/flyswatter/browser-passworder) | ||
A simple module for encrypting & decrypting Javascript objects with a password in the browser. | ||
Serializes the encrypted payload into a string of text | ||
Serializes the encrypted payload as a string of text for easy storage. | ||
Uses browser native crypto to be the lightest possible module you can have, with the most vetted internals you could ask for (the real guts here are implemented by the browser provider). | ||
@@ -41,2 +42,4 @@ ## Installation | ||
The data is encrypted using the `AES-GCM` algorithm. It is salted with the result of `crypto.getRandomValues()`, and the encryption vector is generated the same way. | ||
## Running Tests | ||
@@ -43,0 +46,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
67621
49