summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/npm/node_modules/crypto-js/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'g4f/Provider/npm/node_modules/crypto-js/README.md')
-rw-r--r--g4f/Provider/npm/node_modules/crypto-js/README.md16
1 files changed, 15 insertions, 1 deletions
diff --git a/g4f/Provider/npm/node_modules/crypto-js/README.md b/g4f/Provider/npm/node_modules/crypto-js/README.md
index 23795aa4..6a9bcdf9 100644
--- a/g4f/Provider/npm/node_modules/crypto-js/README.md
+++ b/g4f/Provider/npm/node_modules/crypto-js/README.md
@@ -1,7 +1,13 @@
-# crypto-js [![Build Status](https://travis-ci.org/brix/crypto-js.svg?branch=develop)](https://travis-ci.org/brix/crypto-js)
+# crypto-js
JavaScript library of crypto standards.
+## Discontinued
+
+Active development of CryptoJS has been discontinued. This library is no longer maintained.
+
+Nowadays, NodeJS and modern browsers have a native `Crypto` module. The latest version of CryptoJS already uses the native Crypto module for random number generation, since `Math.random()` is not crypto-safe. Further development of CryptoJS would result in it only being a wrapper of native Crypto. Therefore, development and maintenance has been discontinued, it is time to go for the native `crypto` module.
+
## Node.js (Install)
Requirements:
@@ -212,6 +218,14 @@ console.log(decryptedData); // [{id: 1}, {id: 2}]
## Release notes
+### 4.2.0
+
+Change default hash algorithm and iteration's for PBKDF2 to prevent weak security by using the default configuration.
+
+Custom KDF Hasher
+
+Blowfish support
+
### 4.1.1
Fix module order in bundled release.