Skip to content

Commit 1da3dab

Browse files
committed
Discontinued
1 parent 4dcaa7a commit 1da3dab

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
JavaScript library of crypto standards.
44

5+
## Discontinued
6+
7+
Active development of CryptoJS has been discontinued. This library is no longer maintained.
8+
9+
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.
10+
511
## Node.js (Install)
612

713
Requirements:

0 commit comments

Comments
 (0)