cuing / crypto-js

Automatically exported from code.google.com/p/crypto-js
0 stars 0 forks source link

Slow on IE #51

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago

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