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.
declaration of md5
string md5 ( string $String )
test md5 online
bookmark md5
comments for md5
On 08. Apr 2010 06:36 Inami wrote:
Well... At first write kikugalanet than after this well.. kikugalanetlol than write not lol write your passwort than press run copy and paste the result in your DB
On 24. Feb 2010 17:50 butzi wrote:
@rex666: Just enter your password as it is and press "run". How the password mechanism of your software works is one other thing. Possibly there is another rule how the password is encoded (possibly by a salt or a second md5 call).
On 23. Feb 2010 16:42 rex666 wrote:
how dose this work?
more comments for md5
There are some more comments for md5(). To see them all click here.
