Skip to content

Commit c755289

Browse files
committed
Discontinued
1 parent 7c26cc7 commit c755289

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1-
# crypto-js [![Build Status](https://travis-ci.org/brix/crypto-js.svg?branch=develop)](https://travis-ci.org/brix/crypto-js)
1+
# crypto-js
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)