+7
-2
| { | ||
| "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" | ||
| } | ||
| } |
+2
-2
@@ -7,3 +7,3 @@ # WebCrypt | ||
| [](./LICENSE) | ||
| [](./__tests__) | ||
| [](./__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) |
588947
0.02%