Encryption with Python?

Fredrik Lundh fredrik at pythonware.com
Thu May 5 16:40:18 EDT 2005


Blake T. Garretson wrote:

> I found a few modules out there, but they seem to be all but abandoned.
>  Most seem to have died several years ago.

a lack of recent releases can also mean that they just work...

> Is this the defacto Python encryption solution?  What does everyone
> else use?  Any other suggestions?

    http://sandbox.rulemaker.net/ngps/m2/

is actively maintained, as far as I can tell.

you might also be able to find some useful stuff inside:

    http://trevp.net/tlslite/

(see the utils package for a pure-python AES implementation)

</F>






More information about the Python-list mailing list