Exemple #1
0
        public static string GetHashAsBase16String(string data)
        {
            var h = GetHash(data);

            return(CryptoHelper.BytesToString16(h));
        }