public static string HashMD5(string Chaine) { return System.Web.Security.FormsAuthentication.HashPasswordForStoringInConfigFile(Chaine,"md5"); }
return System.Web.Security.FormsAuthentication.HashPasswordForStoringInConfigFile(Chaine,"md5");