securitybites/crypto-js

Slow on IE

GoogleCodeExporter opened this issue · 2 comments

I learned from http://viper-7.com/4As1Ai/5.4.0 example and test on IE 7/8.

The browser tell me the script is too slow. 

Did you fixed in newest version ?

The version of crypto-js is v2.5.3.

Here is my scripts: 

https://gist.github.com/3780297

Original issue reported on code.google.com by jziwenc...@gmail.com on 26 Sep 2012 at 8:35

CryptoJS 3 is faster, yes. But even so, 1000 iterations of PBKDF2 is always 
going to take a while. CryptoJS 2 has a component called PBKDF2Async, which you 
can use to run any number of iterations without getting one of IE's too slow 
messages.

Original comment by Jeff.Mott.OR on 26 Sep 2012 at 3:44

Original comment by Jeff.Mott.OR on 27 Sep 2012 at 5:34

  • Changed state: Invalid