String getRealPassword(String password){ if(!match(maskedPassword, password)) return password; return _realPassword; }