El vie., 24 de jul. de 2015 a la(s) 7:17 p. m., Giovanni Pellerano < [email protected]> escribió:
> Hi all, > > as you know in the GlobaLeaks project we are working on trying to > improve the performances of openpgp.js with particular reference to > long payloads (file attachments) and streaming capabilities. > > Today i was retesting our patches and i was implementing a simple file > encrypter/decrypter to be used for acquiring some performance stats. > Do you have the patches published? I'm interested in try it. I working in a mobile app (made with cordova) and I encrypt files, but now I split the file in predefined size parts and save the parts encrypted, when I need to decrypt the file I decode each one. In my case, encoding the files by parts, I run workers to use all the cores of device. This greatly speeds the process. If you are using node.js, you can try with cluster[0] (remember JavaScript is single-thread). 0: https://nodejs.org/api/cluster.html
_______________________________________________ http://openpgpjs.org Subscribe/unsubscribe: http://list.openpgpjs.org

