Welcome![Sign In][Sign Up]
Location:
Search - md5 32

Search list

[Internet-Networkmd5加密器

Description: MD5加密器,可自行对任何数据进行加密,加密后的数字以16位和32位分别显示-MD5 encryption device, on its own any data encryption, encrypted the figure to 16 and 32, respectively
Platform: | Size: 7484 | Author: 0559bbs | Hits:

[WEB CodeMD5-32

Description: MD5加密32位,ASP VB脚本的.MD5加密 ,ASP VB脚本的.
Platform: | Size: 2590 | Author: 张卫锋 | Hits:

[SourceCodeQQ密码加密函数模块,MD5+BASE64示例

Description: 新QQ密码加密函数模块,这个模块除了MD5加密部分是网上找来的,其余部分都是本人独立完成的。其实也很简单,就是MD5+BASE64,要问16还是32的MD5,其实是32的,只不过加密后的32位长的字符串要把他看成另一个字符串的HEX,然后将那个字符串用BASE64编码下,关键是VB里那个字符串会显示为"???",就是乱码,请不要到处嚷嚷什么MD5和BASE64都是公开的算法,假如您随便从网上找一个MD5的模块和BASE64的模块拼凑起来能完成本模块的功能,那就请你继续装……
Platform: | Size: 6532 | Author: 286998253@QQ.COM | Hits:

[CSharpMD5加密算法(16位,32)

Description: MD5加密算法(16位,32位)的C#实现 -MD5 encryption algorithm (16, 32) C#
Platform: | Size: 3072 | Author: 李宾 | Hits:

[CA authmd5(down)

Description: C语言实现的md5加密算法,解密有问题,尚未解决。用Devcpp编译通过,附有说明文档,版权是假的哦~不是我同学·^_^-C language of md5 encryption algorithm, decryption problems, has not yet been settled. Use Devcpp compile, with documentation, the copyright is false is not the oh-my classmates ^ _ ^
Platform: | Size: 32768 | Author: 慕容楚冰 | Hits:

[Crack Hackmd5

Description: 一个标准的MD5 hash算法C源代码,输出32字节的字符-A standard MD5 hash algorithm C source code, the output 32 bytes of characters
Platform: | Size: 4096 | Author: wilson | Hits:

[Crack HackMD5

Description: 加密源码md5算法,是用VC++开发的,非常实用哦-Md5 source encryption algorithm, is VC++ Developed very useful Oh
Platform: | Size: 273408 | Author: simba | Hits:

[WEB CodeMD5-32

Description: MD5加密32位,ASP VB脚本的.MD5加密 ,ASP VB脚本的.-MD5 Encryption 32, ASP VB Script. MD5 encryption, ASP VB Script.
Platform: | Size: 3072 | Author: 张卫锋 | Hits:

[Internet-NetworkMD5

Description: MD5 (Message-Digest algorithm 5) is a widely used, partially insecure[1] cryptographic hash function with a 128-bit hash value. As an Internet standard (RFC 1321), MD5 has been employed in a wide variety of security applications, and is also commonly used to check the integrity of files. An MD5 hash is typically expressed as a 32 digit hexadecimal number.
Platform: | Size: 3929088 | Author: chu | Hits:

[VC/MFCMD5

Description: 在一些初始化处理后,MD5以512位分组来处理输入文本,每一分组又划分为16个32位子分组。算法的输出由四个32位分组组成,将它们级联形成一个128位散列值。 首先填充消息使其长度恰好为一个比512位的倍数仅小64位的数。填充方法是附一个1在消息后面,后接所要求的多个0,然后在其后附上64位的消息长度(填充前)。这两步的作用是使消息长度恰好是512位的整数倍(算法的其余部分要求如此),同时确保不同的消息在填充后不相同。 四个32位变量初始化为:-After treatment in a number of initialization, MD5 to 512 division to deal with input text, each sub-divided into 16 sub-32 seat. Algorithm output consists of four sub-groups, 32, cascade them to form a 128-bit hash value. First of all, it filled the news for a length of just over 512 in multiples of 64 only a few small. Filling method is attached to the back of a 1 in the message, followed by the required number of 0, and then subsequently attached to the message length of 64 (before filling). The role of these two steps so that messages are exactly the length of integer multiple of 512 (the rest of the algorithm requested the case), while ensuring that the different sources in the same after filling. Four 32-bit variable is initialized as follows:
Platform: | Size: 2048 | Author: 修凤志 | Hits:

[Crack Hackmd5

Description: 用MFC实现的对任意长度的文件的MD5加密,得到的是标准的32位十六进制数-Using MFC to achieve for any length of document MD5 encryption, receive the standard 32-bit hexadecimal number
Platform: | Size: 19456 | Author: zyf | Hits:

[OtherMD5

Description: MD5算法的VC实现,可以随便输入字符串,然后可以得到32位的输出结果-MD5 algorithm to achieve the VC, can easily enter the string, and then can get 32-bit output
Platform: | Size: 35840 | Author: 其其 | Hits:

[Crack HackMD5

Description: MD5加密的C#实现.可加密16位和32位MD5值.-MD5 encryption of C# to achieve. Can be encrypted 16 and 32-bit MD5 value.
Platform: | Size: 6144 | Author: taobao2 | Hits:

[Communicationmd5

Description: md5加密程序,对于任意字符串转换为32位的md5值-md5 encryption process, for any 32-bit string is converted to the md5 value
Platform: | Size: 473088 | Author: haiyan | Hits:

[WEB Codetools

Description: 1 - base64 decode 2 - url encode 3 - url decode 4 - md5 hash 5 - random str 6 - sha1 hash 7 - DES hash 8 - CRC32 9 - rot13 encode 10 - ASCII -> bin 11 - ASCII -> dec 12 - ASCII -> hex 13 - ASCII -> char() 14 - ASCII -> chr().. 15 - ASCII -> String.fromCharCode() 16 - bin -> ASCII 17 - dec -> ASCII 18 - hex -> ASCII 19 - char() -> ASCII 20 - chr() -> ASCII 21 - String.fromCharCode() -> ASCII 22 - bin -> dec 23 - bin -> hex 24 - dec -> bin 25 - dec -> hex 26 - hex -> bin 27 - hex -> dec 28 - cp1251(&cp1259) -> utf8 29 - /etc/passwd -> login login 30 - PHP crupt 31 - URL -> IFrame 32 - String lower 33 - String UPPER 34 - ASCII -> 0xHEX 35 - Simple html encrypt 36 - htmlspecialchars 37 - Full urlencode 38 - base64 decode && gzinflate 39 - gzdeflate && base64 encode-1- base64 decode 2- url encode 3- url decode 4- md5 hash 5- random str 6- sha1 hash 7- DES hash 8- CRC32 9- rot13 encode 10- ASCII-> bin 11- ASCII-> dec 12- ASCII-> hex 13- ASCII-> char() 14- ASCII-> chr().. 15- ASCII-> String.fromCharCode() 16- bin-> ASCII 17- dec-> ASCII 18- hex-> ASCII 19- char()-> ASCII 20- chr()-> ASCII 21- String.fromCharCode()-> ASCII 22- bin-> dec 23- bin-> hex 24- dec-> bin 25- dec-> hex 26- hex-> bin 27- hex-> dec 28- cp1251(&cp1259)-> utf8 29- /etc/passwd-> login login 30- PHP crupt 31- URL-> IFrame 32- String lower 33- String UPPER 34- ASCII-> 0xHEX 35- Simple html encrypt 36- htmlspecialchars 37- Full urlencode 38- base64 decode && gzinflate 39- gzdeflate && base64 encode
Platform: | Size: 4096 | Author: Ihar | Hits:

[Crack HackMD5x32

Description: c++ MD5 32位 源文件 头文件 和一个测试文件 -c++ md5
Platform: | Size: 4096 | Author: 郭锋 | Hits:

[Crack Hackmd5

Description: MD5算法是一种消息摘要算法(Message Digest Algorithm),此算法以任意长度的信息(message) 作为输入进行计算,产生一个128-bit(16-byte)的指纹或报文摘要(fingerprint or message digest)。两个不同的message产生相同message digest的几率相当小,从一个给定的message digest逆向产生原始message更是困难(不过也有可能从message digest构造(message),因此MD5算法适合用在数字签名应用中。MD5实现简单,在32位的机器上运行速度也相当快,实际应用也不仅仅局限于数字签名。-MD5 algorithm is a message digest algorithm (Message Digest Algorithm), this algorithm is an arbitrary length message (message) is calculated as input to produce a 128-bit (16-byte) of the fingerprint or message digest (fingerprint or message digest .) Two different message likely to produce the same message digest is quite small, from a given message digest produced reverse the original message is even more difficult (but may also be constructed from the message digest (message), so use the MD5 algorithm is suitable for applications in digital signature . MD5 simple, in the 32-bit machine running fairly fast, practical applications are not limited to digital signatures.
Platform: | Size: 3072 | Author: nannan | Hits:

[Crack HackMD5

Description: 提供最精密的md5 32位元加密运算工程-Provide the most sophisticated md5 32-bit encryption arithmetic works
Platform: | Size: 3072 | Author: 骸骸 | Hits:

[ActiveX/DCOM/ATLmd5

Description: dll,返回 指定字符串或文件的32位md5.可以在pb中调用-dll,return md5(32) for a string or file,for pb,vb
Platform: | Size: 1647616 | Author: zhaowentao | Hits:

[Crack HackMD5

Description: MD5是让大容量信息在用数字签名软件签署私人密匙前被"压缩"成一种保密的格式(就是把一个任意长度的字节串变换成一定长的大整数)。不管是MD2、MD4还是MD5,它们都需要获得一个随机长度的信息并产生一个128位的信息摘要。虽然这些算法的结构或多或少有些相似,但MD2的设计与MD4和MD5完全不同,那是因为MD2是为8位机器做过设计优化的,而MD4和MD5却是面向32位的电脑。(MD5 allows large capacity information to be compressed into a secret format before signing a private key with a digital signature software (that is, converting a string of any length into a large integer of a certain length). Whether it's MD2, MD4, or MD5, they all need to get a random length of information and produce a 128 bit summary of the information. Although these algorithms are more or less similar in structure, the design of MD2 is quite different from that of MD4 and MD5, because MD2 has been designed for 8 bit machines, while MD4 and MD5 are 32 bit computers.)
Platform: | Size: 2048 | Author: 雪儿飞飞 | Hits:
« 12 3 4 5 6 7 8 »

CodeBus www.codebus.net