GPG/PGP Decryption/Encryption in Javascript

J

JeahJeah

Any Javascript out there that decrypts GPG/PGP (encryption seems well
catered for)?
 
O

otto Karl

Any Javascript out there that decrypts GPG/PGP (encryption seems well
catered for)?

The problem is that you need to provide the private key so that the
Javascript implementation can use it. I came up with the idea to put
the exported key into a textarea on the webmail form and then using
the passphrase to extract the private key. But I can't find a
documentation for the structure of the exported key.

I'm trying to create an extension of (IMP/Horde) to do the decryption
on the client side instead of the server as it is currently
implemented as I don't think it is a good idea to put your private key
onto the webserver (even with SSL enforced for that).

Regards,
Raymund
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,774
Messages
2,569,599
Members
45,167
Latest member
SusanaSwan
Top