You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Im chunking a large file into 1mb chunks, each chunk converted to its base64
representation. I then encrypt each chunk using
CryptoJS.AES.encrypt(base64Chunk, password)
This takes a around 18 secs to complete. I'm using html5 compliant browsers.
Is there anyway in reducing the time to encrypt?
Thanks
P.S. Is there a link to any detailed documentation?
Original issue reported on code.google.com by [email protected] on 18 Mar 2014 at 12:34
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 18 Mar 2014 at 12:34The text was updated successfully, but these errors were encountered: