What libraries do you know that can be used to encrypt in C/C++ and decrypt in python for the RSA/AES/DES algorithms?
We are going to use one of the those algorithms to encrypt some parameters in URL.
We have already tried some libraries in C++:
- Crypto++
- http://code.google.com/p/rsa/
and in python
- pycryptopp
- Python-RSA
But unfortunantly I didn't manage to match the parameters/keys that those libraries use.