Tell me more ×
Cryptography Stack Exchange is a question and answer site for software developers, mathematicians and others interested in cryptography. It's 100% free, no registration required.

I was searching for libraries/modules for encryption of data and found a few such as M2Crypto and GNUTLS but both of them don't support CMAC which is what I wanted to use for authentication. Anyone know of better alternatives ? They do support AES-CBC and RSA so they are definitely not out of favor.

share|improve this question
Your question isn't really on topic here. See the FAQ. This site focuses on cryptography from a theoretical and mathematical aspect. I'm going to have to close the question. For python though I typically use pycrypto. Not sure if it fits your needs though. – mikeazo Nov 14 '12 at 0:21

closed as off topic by mikeazo Nov 14 '12 at 0:21

Questions on Cryptography Stack Exchange are expected to relate to cryptography within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.