cryptojs
v2.5.3
Published
Following googlecode project crypto-js, provide standard and secure cryptographic algorithms for NodeJS. Support MD5, SHA-1, SHA-256, RC4, Rabbit, AES, DES, PBKDF2, HMAC, OFB, CFB, CTR, CBC, Base64
Downloads
28,622
Readme
cryptojs
- with little modification, converted from googlecode project crypto-js, and keep the source code structure of the origin project on googlecode
- source code worked in both browser engines and node scripts. see also: https://github.com/gwjjeff/crypto-js-npm-conv
- inspiration comes from ezcrypto, but my tests cannot pass with his version ( ECB/pkcs7 mode ), so I made it myself