New:Socket for Asana Is Now Available.Learn more
Get Started

webcrypt

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webcrypt - npm Package Compare versions

Comparing version
0.6.0
to
0.6.1
+7
-2
package.json
{
"name": "webcrypt",
"version": "0.6.0",
"version": "0.6.1",
"description": "Zero-dependency JavaScript-based AES-256-GCM encryption for text, files & WebRTC E2EE. Includes symmetric (password) and asymmetric (RSA-4096 hybrid) modes. Streaming, quantum-resistant key derivation, pure Web Crypto API.",

@@ -120,7 +120,12 @@ "type": "module",

"devDependencies": {
"jest": "^30.2.0",
"jest": "^30.4.2",
"prettier": "^3.7.4",
"tsup": "^8.5.1",
"typescript": "^5.9.3"
},
"overrides": {
"brace-expansion": "5.0.8",
"minimatch": "10.2.6",
"glob": "^10.5.0"
}
}

@@ -7,3 +7,3 @@ # WebCrypt

[![license](https://img.shields.io/npm/l/webcrypt)](./LICENSE)
[![tests](https://img.shields.io/badge/tests-123%20passed-brightgreen)](./__tests__)
[![tests](https://img.shields.io/badge/tests-131%20passed-brightgreen)](./__tests__)

@@ -456,3 +456,3 @@ AES-256-GCM symmetric encryption, RSA-4096 hybrid asymmetric encryption, ECDH key exchange, digital signatures, HMAC, and streaming file encryption — all powered by the native Web Crypto API with zero runtime dependencies.

### Security hardening (v0.6.0)
### Security hardening (v0.6.1)

@@ -459,0 +459,0 @@ - PBKDF2 iterations: **600,000** (OWASP 2025+ compliant)