Skip to content

Instantly share code, notes, and snippets.

View ivandrofly's full-sized avatar
🎲

Ivandro Jao ivandrofly

🎲
View GitHub Profile
using System.Security.Cryptography;
using System.Text;
namespace Snippets
{
public static class SHA1Util
{
/// <summary>
/// Compute hash for string encoded as UTF8
/// </summary>