Alex Seigler
Alex Seigler
``` Running in production list Error getting CTAP2 info. 11 reply to list list ```
> @aseigler what FIDO devices do you have plugged in? Good call, by trial and error the problem device is Feitian BioPASSFIDO2. Both K27 and K33 cause the command line...
Understood. It's implemented in #186.
It's deprecated https://www.iana.org/assignments/cose/cose.xhtml#algorithms, it uses SHA1, so it's not recommended for use, but the conformance testing requires it be supported for...reasons.
Sounds similar to https://github.com/passwordless-lib/fido2-net-lib/issues/552#issuecomment-2452175237?
Old way: ```powershell PS R:\> (Measure-Command { $dsaccounts | Test-PasswordQuality -WeakPasswordHashesSortedFile R:\pwned.txt }).TotalMilliseconds 2141.1098 ``` New way: ```powershell PS R:\> (Measure-Command { $dsaccounts | Test-PasswordQuality -WeakPasswordHashesSortedFilePath R:\hibp_files\ }).TotalMilliseconds 850.2169 ```
> Hey @aseigler , thx for this nice PR. Could you please update the markdown documentation for the cmdlet as well, perhaps with an example? Sure, no problem. > I...
Ready for review again.
Bump. @MichaelGrafnetter
If you can please provide a sample registration output, I would like try to get all the trust path issues put to bed prior to the next release.