Commit Graph

4 Commits

Author SHA1 Message Date
Tamir Suliman 2889bcbcd8 Fix #15 - move "0000" default from global to dialog pre-fill
globalPin is now initialised to L"" so any bypass path that skips the
dialog produces an empty string that validation will reject.  The
"0000" default is instead passed to ShowInputBox as defaultValue and
pre-filled into the edit control via SetDlgItemText on WM_INITDIALOG,
preserving the UX the author intended.  ShowInputBox now also returns
L"" when the user cancels instead of leaking the previous static buffer
contents.

Fixes #15
2026-06-06 14:18:43 +02:00
Token2 1b6ab4892c Update FIDO2.1 Manager.cpp
allow chars like @&*! (add escape function for PIN)
2025-03-03 17:48:56 +01:00
Token2 f37dc16400 Update FIDO2.1 Manager.cpp
Adding domain field in the passkeys table
2025-02-24 18:27:31 +01:00
Token2 39bb6e43b4 Add files via upload 2024-11-30 20:08:18 +01:00