Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

browser-passworder

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

browser-passworder - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc