sjrd.util
Class HashUtils

java.lang.Object
  extended by sjrd.util.HashUtils

public class HashUtils
extends Object

Utilitaires de hash

Author:
sjrd

Constructor Summary
HashUtils()
           
 
Method Summary
static String md5String(String string)
          Calcule le hash MD5 d'une chaîne et le renvoie en chaîne hexa
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HashUtils

public HashUtils()
Method Detail

md5String

public static String md5String(String string)
Calcule le hash MD5 d'une chaîne et le renvoie en chaîne hexa

Parameters:
string - Chaîne à hasher
Returns:
Hash MD5 de la chaîne string