Python "binding" for GPG. I'll write GPGME bindings eventually. The
authorMark Huang <mlhuang@cs.princeton.edu>
Fri, 15 Dec 2006 18:21:57 +0000 (18:21 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Fri, 15 Dec 2006 18:21:57 +0000 (18:21 +0000)
commit0b0dcd7fd9c08eb15cb39700b895a2d39593a8b6
tree54d21cf98cebeec2c61df09fc7481a0b26fe7779
parenta862007a170dc19ebe1079c61e9b4f1c4aba9206
Python "binding" for GPG. I'll write GPGME bindings eventually. The
intent is to use GPG to sign method calls, as a way of identifying
and authenticating peers. Calls should still go over an encrypted
transport such as HTTPS, with certificate checking.
PLC/GPG.py [new file with mode: 0644]