
加密算法
无为小青年15
这个作者很懒,什么都没留下…
展开
-
四种加密算法之RSA源代码-C++
RSA.h文件:[cpp] view plaincopy//! RSA 动态链接库实现 H文件 /*! @author 朱孟斌 @e-mail zmb.tsubasa@gmail.com @version 1.0 @date 2011-03 @{ */ #ifndef RSA_H #d转载 2014-03-05 17:51:04 · 2001 阅读 · 0 评论 -
四种加密算法之DES源代码-C++
转载:http://blog.youkuaiyun.com/zmb2011/article/details/6842135DES.h文件:[cpp] view plaincopy////////////////////////////////////////////////////////////////////////// /*转载 2014-03-05 17:49:53 · 962 阅读 · 0 评论 -
四种加密算法之AES的源码-C++
AES.h文件:[cpp] view plaincopy// Aes1.h: interface for the Aes class. //! AES 动态链接库实现 H文件 /*! @author 朱孟斌 @e-mail zmb.tsubasa@gmail.com @version 1.0 @dat转载 2014-03-06 14:02:20 · 1116 阅读 · 0 评论 -
四种加密算法之SHA1源代码-C++
SHA1.h文件:[cpp] view plaincopy//! SHA1 动态链接库实现 H文件 /*! @author 朱孟斌 @e-mail zmb.tsubasa@gmail.com @version 1.0 @date 2011-03 @{ */ #ifndef SHA1_H转载 2014-03-06 14:07:32 · 1998 阅读 · 0 评论