Does anyone have a code snippet for Triple DES algorithm in C?
thank
Here's a simple implementation in C and C ++. Perhaps easier to use than libtomcrypt.
http://www.codeguru.com/cpp/misc/misc/cryptoapi/article.php/c8195
OpenSSL is written in C and provides a 3DES algorithm. It may not be as simple as some other suggestions, but it may be worth checking out.
Crypto ++, , DES.
libtomcrypt - lib, C, 3DES.