void UpdatePasswordStrength() { lblStrength.Text = "Estimated password strength: " + PGPUI.GetPasswordStrengthDescription(pass1.GetPasswordStrength()); }