搜索资源列表
5
- AES算法包含头文件实现函数及主函数只有代码-AES algorithm contains header files and the main function of the realization of function
F8
- 基于Kasumi的f8算法实现,其中有Kasumi完整算法代码,但无main函数-The f8 algorithm based on Kasumi, including Kasumi complete algorithm code, but no main function
DES
- 可以用于多位二进制数加密解密的DES算法,在main函数中给出了使用范例,使用者可以比较并且了解到DES的雪崩效应。-Can be used for a number of binary encryption and decryption of DES algorithm, using the example given in the main function, the user can compare and understand the avalanche effect of DES.
md5
- C++实验的MD5算法。 主函数在text.cpp中。-C++ experiment MD5 algorithm. The main function of the text.cpp.
jm
- 一,产生密钥(算法实现可参照文档后的<附件1>KeyGeN.asp) 与<附件1>不同的是,实际要求密钥存放在字符串接受方数据库表KeyPool中,表结构如下: 1,personalID{主码} 2,secret_key{密钥,数据类型最好用text,与实际代码密钥生成长度有关} 3,serverTime{密钥生成时间,用以检验密钥是否失效} 接受方发现密钥失效,则拒绝验证 二,字符串加密(算法实现可参照文档后的<附