canercandan / django-openudc

An application of openudc protocole using Django.
http://canercandan.github.io/django-openudc
GNU Affero General Public License v3.0
9 stars 2 forks source link

Include gpgme or GPGInterface libraries #5

Closed canercandan closed 11 years ago

canercandan commented 11 years ago

I am going to reimplement the Udid2 classes based on python2_pyme coded early in django.

canercandan commented 11 years ago

A list of udid2 based on the gnupg keyring has to be available. One for the client, another for the node and a third one for the hkp keyserver.

canercandan commented 11 years ago

Since the client wallet will be installed locally even for a web application, we don't have trouble to authenticate him. But in the future, if we want to host a client wallet remotely, cloud of wallets (bad thing I know, a dangerous bank there ;-)) we have to find a way to authenticate client (maybe http://openpgpjs.org/ should be a solution).

canercandan commented 11 years ago

I have successed to include the udid2 wrapper classes, I am preparing now a django template for PKS.