/ Published in: C#
URL: http://snippets.dzone.com/posts/show/2771
Expand |
Embed | Plain Text
string hash = Convert.ToBase64String(new System.Security.Cryptography.MD5CryptoServiceProvider().ComputeHash(System.Text.Encoding.Default.GetBytes(inputStringToEncode)));
You need to login to post a comment.
