Ejemplo n.º 1
0
 private byte[] GetHash(string password, string salt)
 => cryptoHelper.ComputeSHA1($"{password}{salt}".ToBytes());