gaetanoM
1
Q:

c# MD5.Create returning nul

using (MD5 md5 = MD5.Create())
{
    md5.ComputeHash(Encoding.UTF8.GetBytes(passowrd));// logic
}
0

New to Communities?

Join the community