搜索资源列表
VCAesCode
- AES加密解密,支持对大于十六位的字符串进行加密解密,和任意大小文件。不像别人传的,只支持小于十六的。-AES encryption and decryption support greater than 16-bit string encryption and decryption files of any size. Unlike the others, but only support less than sixteen.
ChangeHex
- 这个源代码是改变十六进制中两个字节的高地位,可以解决一部分磁盘中信息错乱的情况。-The source code was changed in sixteen in base two bytes of high-status, can solve part of the disk information disorder case.
windowsXP-memery-hex
- 这份源码可以读取windowsXP内存的数据,以十六进制的形式显示,并且能查看内存的进程。-This code can read windowsXP memory data, to sixteen hexadecimal display form, and can see the memory process.
jinzhizhuanhan
- 这是一个十六进制与字符串相互快速转换的源码,可以拿来学习-This is a string of sixteen with the rapid conversion of the source code, can be used to learn
MD5Encrypt
- MD5算法具有以下特点: 1、压缩性:任意长度的数据,算出的MD5值长度都是固定的。 2、容易计算:从原数据计算出MD5值很容易。 3、抗修改性:对原数据进行任何改动,哪怕只修改1个字节,所得到的MD5值都有很大区别。 4、强抗碰撞:已知原数据和其MD5值,想找到一个具有相同MD5值的数据(即伪造数据)是非常困难的。 MD5的作用是让大容量信息在用数字签名软件签署私人密钥前被"压缩"成一种保密的格式(就是把一个任意长度的字节串变换成一定长的十六进制数字串)。除了MD