I am trying to implement Domain Keys
(http://domainkeys.sourceforge.net/) in Python.
In Perl I would just use Crypt:RSA which has a sign
method with an armour option which generates exactly
what I want but I can't find a way of doing this in
Python.
I tried this:
from M2Crypto import RSA
key = R
--- Andrew Veitch <[EMAIL PROTECTED]> wrote:
> In Perl I would just use Crypt:RSA which has a sign
> method with an armour option which generates exactly
> what I want but I can't find a way of doing this in
> Python.
I've worked it out, just for the archives the an