very strange so why it have this part
this is to right the pw and user name received in the console !
Code:
static void Main(string[] args)
{
Console.WriteLine(ASCIIEncoding.ASCII.GetString(PerformPasswordCrypto("username", "password")));
}