From 1da3dabf93f0a0435c47627d6f171ad25f452012 Mon Sep 17 00:00:00 2001 From: evanvosberg Date: Mon, 23 Oct 2023 21:23:14 +0200 Subject: [PATCH] Discontinued --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b6e47dc..78e2c64 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ 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: