gwjjeff / cryptojs

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
326 stars 74 forks source link

Where is RC4 support? #5

Open petermrg opened 11 years ago

petermrg commented 11 years ago

On your code description you mention RC4, and it's supported on original crypto-js. Why didn't you add that protocol?

akanieski commented 10 years ago

I don't see it in the source either.

akanieski commented 10 years ago

Ah unless its in the MARC4.js

ZhouHanXiao commented 5 years ago

How to recognize that the string is encrypted by base64?