Does anyone have code snippet for Triple DES algorithm in C ?
Thanks
Does anyone have code snippet for Triple DES algorithm in C ?
Thanks
Check out the Crypto++ library, they implement tons of algorithms including DES.
libtomcrypt is a comprehensive crypto lib written in C, with a 3DES implementation.
Here's a simple implementation in C & C++. Possibly simpler to use than libtomcrypt.
http://www.codeguru.com/cpp/misc/misc/cryptoapi/article.php/c8195