/ Published in: C#
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
string hash = Convert.ToBase64String(new System.Security.Cryptography.MD5CryptoServiceProvider().ComputeHash(System.Text.Encoding.Default.GetBytes(inputStringToEncode)));
URL: http://snippets.dzone.com/posts/show/2771