Example #1
0
        public string GetHash(string text)
        {
            //throw new NotImplementedException();
            MatrixOP m = new MatrixOP();

            return(m.tohexString(m.ComputeMD5(Encoding.ASCII.GetBytes(text))));
        }