[pycrypto] Pycrypto question.
jd
jdsw2002 at yahoo.com
Thu May 6 10:42:17 CST 2010
Plain and cipher are just transformations....
/Jd
--- On Wed, 5/5/10, death <Deathzor at Deathzor.com> wrote:
> From: death <Deathzor at Deathzor.com>
> Subject: Re: [pycrypto] Pycrypto question.
> To: "PyCrypto discussion list" <pycrypto at lists.dlitz.net>
> Date: Wednesday, May 5, 2010, 12:18 PM
> hhhm your trying to decrypted a plan
> text msg ?.
> decrypt = going from encrypted to plain text.
> encrypt = going from plain text to encrypted.
>
> On Wed, 2010-05-05 at 10:05 -0700, jd wrote:
> >
> > x=RSAkey.decrypt("Foo Bar") # This
> will use the private key
> >
> > pub = RSAkey.publickey()
> > pub.encrypt(x,0) # This
> will use the public key and give me "Foo
> > Bar" back.
>
> _______________________________________________
> pycrypto mailing list
> pycrypto at lists.dlitz.net
> http://lists.dlitz.net/cgi-bin/mailman/listinfo/pycrypto
>
More information about the pycrypto
mailing list