Cryptography tools for python 3

Martin Trigaux picture Martin Trigaux · Jan 3, 2011 · Viewed 20k times · Source

I'm writing a program in python 3 which needs encryption functions (at least aes and rsa). I've found PyCrypto which seems to work only on 2.x versions.

Is there any good tool available for python 3 or should I rather start translating my program to be compatible with python 2 (or any other solution) ?

Thank you


Update as mentioned below, PyCrypto is now available on py3k

Answer

dlitz picture dlitz · Dec 4, 2011

PyCrypto 2.4.1 and later now work on Python 3.x (see changelog diff).