开发者

Triple DES algorithm in C?

开发者 https://www.devze.com 2022-12-23 22:17 出处:网络
Does anyone have code snippet for Triple DES algorithm in C ? Thank开发者_Python百科sOpenSSL is written in C and provides a 3DES algorithm.It may not be as simple as some of the other suggestions, bu

Does anyone have code snippet for Triple DES algorithm in C ?

Thank开发者_Python百科s


OpenSSL is written in C and provides a 3DES algorithm. It may not be as simple as some of the other suggestions, but it may be worth checking out.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号