jproulx / crypto-js

Automatically exported from code.google.com/p/crypto-js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AES File encryptiong

GoogleCodeExporter opened this issue · comments

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 jasatti...@gmail.com on 18 Mar 2014 at 12:34