Firefox Extension: Use OpenPGP for HTTP Protocol
Wednesday, April 18, 2007
Enigform is an interesting idea of using OpenPGP for HTTP authentication. It's basically a firefox extension and works on similar principal of PGP.
[Quote from the website]
Enigform is a Mozilla Firefox extension that provides you the ability to digitally sign HTTP requests, even those generated via AJAX calls. This extension is focused on adding an extra layer of security to the HTTP protocol.
By having the GET query string and the POST payload ("variable=test") signed using an ASCII armored, Clearsign, OpenPGP based procedure, the browsing user can provide Identity and Data Authentication to that payload, thus adding all OpenPGP benefits to the HTTP protocol.
Enigform
[Quote from the website]
Enigform is a Mozilla Firefox extension that provides you the ability to digitally sign HTTP requests, even those generated via AJAX calls. This extension is focused on adding an extra layer of security to the HTTP protocol.
By having the GET query string and the POST payload ("variable=test") signed using an ASCII armored, Clearsign, OpenPGP based procedure, the browsing user can provide Identity and Data Authentication to that payload, thus adding all OpenPGP benefits to the HTTP protocol.
Enigform
Labels: Enigform, HTTP authentication, OpenPGP
| | |
2 Comments:
You might also want to checkout mod_auth_openpgp which is an Apache module that verifies the signatures added by enigform.
commented by Anonymous, April 19, 2007 at 11:38 AM
I really appreciate your post