Menu

#23 Python Wrapper?

open
nobody
None
5
2006-10-04
2006-10-04
Anonymous
No

Does a Python wrapper exist for Crypto++? Thanks.

Discussion

  • Gregory P. Smith

    Logged In: YES
    user_id=413
    Originator: NO

    An old wrapper of a subset of Crypto++ for python can be found in the mnet and its predecessor mojonation sourceforge projects:

    http://mnet.cvs.sourceforge.net/mnet/mnet/common/crypto/

    and its predecessor:

    http://mojonation.cvs.sourceforge.net/mojonation/evil/common/crypto/

    those may or may not be useful as something to go on as a base for any future python crypto++ wrappings... (also they're LGPL which may not be the license you want)

     
  • Zooko O'Whielacronx

    There is pycryptopp -- https://tahoe-lafs.org/trac/pycryptopp -- but it supports only a few select algorithms, not all of Crypto++. You might see if Botan would serve your needs -- it comes with Python wrappers provided by the author of Botan, generated using SWIG.

     
MongoDB Logo MongoDB