// Gets the decrypted password. public string GetPassword(string password) { return(PasswordEncrypt.Decrypt(this.password)); }