public void SetPassword(string text) { Password = Crypter.Encrypt(text); }
public void SetUsername(string text) { Username = Crypter.Encrypt(text); }