feat: add master password support, credential sets UI, and FrmPassword fixes#3229
feat: add master password support, credential sets UI, and FrmPassword fixes#3229yosale2011 wants to merge 3 commits into
Conversation
…FrmPassword fixes - Add MasterPasswordService with encrypted verifier storage - Add StartupUnlockService for master password prompt on startup - Add XmlKeyValidator for encryption key validation - Add credential sets manager UI and master password manager form - Fix FrmPassword CS0535 build error (missing IKeyProvider.GetKey()) - Bring password dialog to foreground on startup - Improve error handling in credential deserialization Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Code Review by Qodo
1.
|
… converter - Add AxMSTSCLib PackageVersion (1.0.1) to Directory.Packages.props for central package management compatibility with dotnet CLI builds - Remove catch-all exception handlers in credential loading pipeline to prevent silent data loss: decryption/parse errors now propagate, keeping IsLoaded=false and preventing SaveCredentials from overwriting valid credentials with an empty set - Fix CredentialSetTypeConverter.ConvertFrom to return original value instead of empty string for unknown inputs, preserving custom credential provider values Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…CredentialSet enum - Create CredentialSetsManager.Designer.cs with Form inheritance and all UI controls referenced by CredentialSetsManager.cs - Create CredentialSetResolver class for resolving credentials by GUID or title from the credential catalog - Add InternalCredentialSet value to ExternalCredentialProvider enum Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Update: Build fixes addedAdded missing files to fix build errors:
Build now succeeds with 0 errors. |




Summary
IKeyProvider.GetKey())Master Password Feature
MasterPasswordServiceclass for setting, verifying, and removing master passwordsStartupUnlockServiceto prompt for master password on application startupXmlKeyValidatorfor validating encryption keys against XML filesRuntime.csCredential Sets Feature
CredentialSetsManagerform for viewing and managing credential setsCredentialSetTypeConverterfor property grid integrationFrmPassword UI Fixes
GetKey()to satisfyIKeyProviderinterface (build fix)TopMost/BringToFront/Activateto ensure dialog appears in foregroundStartPositionfromCenterParenttoCenterScreenTest plan