Exemplo n.º 1
0
 void GetSHA512HashFromPassword(string password)
 {
     sha512HashedPassword = CryptoExpress.Sha512Hash(password);
 }