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