Encryption and python?

Laurent Szyster laurent.szyster at q-survey.be
Sat Jul 14 22:46:17 EDT 2001


Greg Copeland wrote:
> 
> Michael Ströder <michael at stroeder.com> writes:
> 
> > Greg Copeland wrote:
> > >
> > > I've been browsing around for a while now trying to come up with
> > > "the" python encryption library that I can make use of.
> >
> > This is a very general question. What are you looking for?
> > - Low-level algorithms (hashes and encryption)
> > - Crypto Protocols (e.g SSL or S/MIME)
> > - Key stores
> 
> Fair enough.  I'm looking for low-level algorithms for public
> key exchange, some encryption, digital signatures and hashes.
> 
> Greg

Have not used amkCrypto, but M2Crypto instead because it is OpenSSL
more than nicely wrapped for Python.


Laurent



More information about the Python-list mailing list