We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d4341d commit 6a15a91Copy full SHA for 6a15a91
CHANGELOG.md
@@ -4,6 +4,7 @@
4
5
* Add and fix types for static WordArray.create()(contributed by asivery, [#2](https://github.com/originjs/crypto-js-wasm/pull/2))
6
* Fix the library for Webpack(contributed by asivery [#3](https://github.com/originjs/crypto-js-wasm/pull/3))
7
+* Use sha256 with iterations of 250000 as default hasher of PBKDF2 to prevent weak security problem. Related to CVE-2023-46233 of crypto-js
8
9
### Features:
10
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@originjs/crypto-js-wasm",
3
- "version": "1.1.0",
+ "version": "1.1.1",
"description": "An alternative to crypto-js implemented with WebAssembly and ESM",
"main": "lib/index.js",
"files": [
0 commit comments