Socket
Socket
Sign inDemoInstall

secure-webstore

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

secure-webstore - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

package.json
{
"name": "secure-webstore",
"version": "1.0.3",
"version": "1.0.4",
"description": "Secure IndexedDB store using encryption",

@@ -5,0 +5,0 @@ "author": "Andrei Sambra",

@@ -7,5 +7,8 @@ # Secure-webstore

The symmetric encryption key is derived from the provided passphrase, and then stored in an encrypted form within the provided store name. The encryption key is only used in memory and never revealed.
The symmetric encryption key is derived from the provided passphrase, and then stored in an encrypted
form within the provided store name. The encryption key is only used in memory and never revealed.
The IndexedDB wrapper used internally is [idb-keyval](https://github.com/jakearchibald/idb-keyval/), while the cryptographic operations are handled by [easy-web-crypto](https://github.com/AkashaProject/easy-web-crypto).
The IndexedDB wrapper used internally is [idb-keyval](https://github.com/jakearchibald/idb-keyval/),
while the cryptographic operations are handled by [easy-web-crypto](https://github.com/AkashaProject/easy-web-crypto),
a zero-dependency wrapper around the [Webcrypto API](https://caniuse.com/#search=web%20crypto) available in modern browsers.

@@ -12,0 +15,0 @@ ## Usage

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