搜索资源列表
kernel_ASM_MD5_Code_Release
- 由汇编内核的MD5算法编写谈代码优化 为了提高md5算法的运算速度,就将从VCKBASE下载的C代码md5算法改进了一下,结果成效显著-By the compilation of the kernel code on the MD5 algorithm to optimize the preparation of md5 algorithm in order to improve computational speed, it will VCKBASE download md5 algori
cPPqq
- 用c处理QQ的密码是用标准的md5来进行加密代码 在QQ通信中用户必需要登录后才可以进行互相发送信息等。QQ的登录是很关键的,大家所看到的用户在线,并不是用户的QQ一直连接着服务器,而是定时发送消信给服务器,证明自己还连着线,如果超出时间QQ就认为用户已经掉线了。 在登录协议中,QQ的密码是用标准的md5来进行加密,而C#自已带有,但是直接用不了,必需进行处理后,才能使其变成标准的md5。-public static string md5,public static string md5
jiami
- 用C++获取硬盘的序列号ID以及网卡的MAC地址的源代码,可以用此方式结合md5加密算法进行软件加密-Using C++ to obtain hard drive serial number ID, and the card s MAC address of the source code, you can use this method combines software encryption md5 encryption algorithm
Several-encryption-C-Sharp
- C#几种加密算法的介绍,包括对称加密算法MD5的实现,对称加密算法DES的实现,对称加密算法RC2的实现,以及其他算法的实现,内容包括对算法的讲解以及部分主要关键代码。-Several encryption algorithm C#