Hi Sean, Just got a chance to look at your data and it looks like decrypt was > painfully slow. I've made some more changes that drastically sped this up > for me. Can you check out the newest version and see how much it helps > decryption?
blob size [bytes]: 2589258 crypto_test.js:38 <http://localhost:8080/pgpbox/test/crypto_test.js>Time taken for encryption [ms]: 1559 crypto_test.js:40 <http://localhost:8080/pgpbox/test/crypto_test.js>blob cipher size [bytes]: 3511050 crypto_test.js:46 <http://localhost:8080/pgpbox/test/crypto_test.js>Time taken for decryption [ms]: 1676 Man, it's too bad they haven't invented handing out hugs over email yet... you just made the decryption 22,9x faster! I was actually a bit pessimistic about the performance of JavaScript for this use-case up until now, but you guys have proven me wrong. Great work! Tankred
_______________________________________________ http://openpgpjs.org

