using System; using System.Security.Cryptography; using System.Text; class MD5Proov{ public static String LooMD5(string tekst){ MD5 aparaat=MD5.Create(); byte[] tulemus=aparaat.ComputeHash( Encoding.Default.GetBytes(tekst)); StringBuilder puhver=new StringBuilder(); for(int i=0; iMD5Proov a9522bd6c847852017fd0558ef8a99a4 */