using System;
using System.Web.Helpers;
public class Program
{
public static void Main()
Console.WriteLine(Crypto.HashPassword("test"));
}