Skip to content

feat: enforce 8-64 character length limit on disk image passwords#62

Merged
coldhighsun merged 1 commit into
mainfrom
feat/password-length-validation
Jul 20, 2026
Merged

feat: enforce 8-64 character length limit on disk image passwords#62
coldhighsun merged 1 commit into
mainfrom
feat/password-length-validation

Conversation

@coldhighsun

Copy link
Copy Markdown
Owner

Prevent overly short passwords from weakening AES-256-GCM key-wrap protection, and overly long ones from being pointless/error-prone. Validated in CreateDiskDialog.TryResolvePassword, skipped when an existing encrypted disk's password is left unchanged during edit.

Prevent overly short passwords from weakening AES-256-GCM key-wrap
protection, and overly long ones from being pointless/error-prone.
Validated in CreateDiskDialog.TryResolvePassword, skipped when an
existing encrypted disk's password is left unchanged during edit.
@coldhighsun
coldhighsun merged commit 5c3ac7b into main Jul 20, 2026
4 checks passed
@coldhighsun
coldhighsun deleted the feat/password-length-validation branch July 20, 2026 01:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant