Hi all, at GlobaLeaks project we're finally approaching the integration of OpenPGP.js for the support of encryption and decryption in our application.
The first step is to implement support for file upload encryption, with the requirement to support also very large files (let's say 10Gbyte) without having to buffer all of that file into the Browser/JS-client . We are already using jquery-file-upload, so we're going to focus integrating OpenPGP.js within JQFU like per https://github.com/blueimp/jQuery-File-Upload/issues/764 . As far as i understand currently OpenPGP.js does not support encryption by "streaming" it, without having to buffer it in advance (but i maybe wrong). Has this specific problem been already addressed (Uploading a very big file trough a browser, passing trough OpenPGP.js, without having memory pressure buffering it) ? -- Fabio Pietrosanti (naif) HERMES - Center for Transparency and Digital Human Rights http://logioshermes.org - http://globaleaks.org - http://tor2web.org _______________________________________________ http://openpgpjs.org Subscribe/unsubscribe: http://list.openpgpjs.org

