I need a Cryptography API supporting encryption/decryption with MD5 and the AES key spec. I looked at Open C libcrypt but it appears to support only DES encryption/decryption and password MD5 encryption. Is there something I'm missing about Open C libcrypt ? Can I use it to decrypt an MD5 encrypted message?
The MD5 encryption library is a Java package. I need a C++ API to use on the device for decryption, preferably Qt.



