md5
description
Calculates the MD5 hash of $string using the « RSA Data Security, Inc. MD5 Message-Digest Algorithm » and returns that hash. The MD5 code returns always a string of 32 characters. Every char is given as the hexadecimal equivalent of the calculated MD5 value.
Berechnet den MD5-Hash von $str unter Verwendung des « RSA Data Security, Inc. MD5 Message-Digest Algorithm » und gibt das Ergebnis zurück. Der MD5-Code hat immer eine Länge von 32 Zeichen. Jedes Zeichen ist die hexadezimale Entsprechung, des von md5 ermittelten Wertes.
Calcula y devuelve el hash (resumen) MD5 de $str usando el »Algoritmo de Resumen de Mensajes MD5 de « RSA Data Security, Inc. ». El hash devuelto consiste en una cadena de 32 números en formato hexadecimal.
Calcule le MD5 de la chaîne de caractères $str en utilisant l'algorithme « RSA Data Security, Inc. » MD5 Message-Digest Algorithm, et retourne le résultat.
Calcula o "hash MD5" de $str usando « RSA Data Security, Inc. » MD5 Message-Digest Algorithm, e devolve esse hash.
使用 « RSA 数据安全公司的 MD5 报文算法 » 计算 $str 的 MD5 散列值。
declaration of md5
string md5 ( string $String )
test md5 online
share md5
comments for md5
On 14. Aug 2012 13:47 ROCKESH RONITH wrote:
its not working.....the result value is not Consirable
On 23. Jun 2011 04:41 TR wrote:
Never mind my previous comment. This tool works great!
On 23. Jun 2011 04:31 TR wrote:
The hash is incorrect. I ran the same md5() command in PHP and got a different result.
more comments for md5
There are some more comments for md5(). To see them all click here.