On 1/31/12 7:39 PM, Tankred Hase wrote: > Hi guys, > > I'm working on an open source alternative to dropbox in which documents > are encrypted client-side (http://www.pgpbox.org/). The openpgpg.js > project seems very promising and I am trying to integrate the library > into the application.
Hellais made a prototype for using HTML5 File API on up-crypt: https://github.com/hellais/up-crypt Some limitation regarding client-side decryption/download of files is available on the project JSZIP http://jszip.stuartk.co.uk/ that use Javascript for file compression. Your project it's very valuable, please dedicate time on it, as there are probably still some important limitation to be spotted in making Javascript encryption working fine for big file. We should find browser limits and submit improvements, or identify workaround to be done in the JS encryption library to make them reliable to Browser bug/limits. -naif _______________________________________________ http://openpgpjs.org

