Hi Tankred, > I have made a qunit test for just the pgp logic which reproduces this problem.
very good. Could you send a pull request for https://github.com/openpgpjs/openpgpjs/tree/master/test ? > How is the usual process with defects in this project... should i file a bug > in github? Currently: yes. But I'm still very unhappy with this issue tracker since GitHub refuses to send mail notifications (and this is one of the most crucial requirements for a ticket system in my opinion). Maybe we'll move to http://lighthouseapp.com later on... Best regards, Alex On 02.02.2012, at 08:38, Tankred Hase wrote: > > > I think this has little to do with the FileAPI and more to do with what is > > happening inside of the > > PGP encryption code. > > Yes I have made a qunit test for just the pgp logic which reproduces this > problem. > > > With up-crypt I was able to upload and encrypt files up to 10 MB easily, > > but the encryption was > > being done in AES. > > Doesn't pgp also use aes for the file encryption and rsa only for > signing/encryption of the session key? If openpgp.js uses the same aes > implementation as up-crypt, could it be that the problem is somewhere in the > compression or signature logic? How is the usual process with defects in this > project... should i file a bug in github? Thanks > > Tankred > _______________________________________________ > > http://openpgpjs.org

