Releases: entronad/crypto-es
Releases · entronad/crypto-es
v2.0.4
v2.0.3
v2.0.2
v2.0.1
v2.0.0
- Enhance the support of TypeScript. Now every js file has its own d.ts file for partially importing in TypeScript. And all types has been tested.
- A real random generator from globalThis.crypto is used instead of Math.random. If the environment doesn't support globalThis(or global/window/self/frames), it will rollback to Math.random with a warning log.
- Fix the TripleDes/Des issue: #22
- Fix the cipher-core issue of CryptoJS: brix/crypto-js@dcc3848 , brix/crypto-js@09ee2ab
- Add base64url algorithm.
- Add blowfish algorithm.