Ejemplo n.º 1
0
 public static string ToMD5(this string rawData)
 {
     return(Enigma.ComputeMD5(rawData));
 }