资源列表
[加密解密] SingleKeyExample
说明:解释如何利用DES私钥加密算法加解密,包含源代码和详细的代码注释。-Explain how the use of DES encryption and decryption private key encryption algorithms, including source code and detailed notes of the code.<李建峰> 在 2025-06-02 上传 | 大小:2kb | 下载:0
[加密解密] PairKeyExample
说明:非对称加密算法的JAVA代码,包含详细的代码注释,以及算法流程图。-Non-symmetric encryption algorithm JAVA code, the code contains detailed notes, as well as the algorithm flow chart.<李建峰> 在 2025-06-02 上传 | 大小:5kb | 下载:0
[加密解密] MD5encryptionalgorithm
说明:VC++实现的MD5加密算法,已经封装好的类,可以直接使用-VC++ to achieve the MD5 encryption algorithm, has been a good type of package can be used directly<郑硕> 在 2025-06-02 上传 | 大小:5kb | 下载:0
[加密解密] md5_implement
说明:md5加密实现 C++ /* 使用方法: char Md5Buffer[33] CSecurity Security Security.MD5("a string",Md5Buffer) 执行完成之后Md5Buffer中即存储了由"a string"计算得到的MD5值 */-md5 implement in C++ /* char Md5Buffer[33] CSe<reason> 在 2025-06-02 上传 | 大小:4kb | 下载:0
[加密解密] RSAencryptonC
说明:RSA算法是第一个能同时用于加密和数字签名的算法,也易于理解和操作。 RSA是被研究得最广泛的公钥算法,从提出到现在已近二十年,经历了各种攻击的考验,逐渐为人们接受,普遍认为是目前最优秀的公钥方案之一。RSA的安全性依赖于大数的因子分解,但并没有从理论上证明破译RSA的难度与大数分解难度等价。即RSA的重大缺陷是无法从理论上把握它的保密性能如何,而且密码学界多数人士倾向于因子分解不是NPC问题。RSA的缺点主要有:A)产生密钥很麻烦,受<w> 在 2025-06-02 上传 | 大小:3.6mb | 下载:0