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)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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)
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.