MkfsSion

Results 7 issues of MkfsSion

Hello shimunn, I am trying to adapt initcpio hook with fido2luks 0.3.0-alpha version, but I get a strange error with [my modfied script](https://github.com/MkfsSion/fido2luks/commit/3dffa8e2b6f59879bfe956d0dc0c5b66ab5c4c21). > AuthenticatorError { cause: FidoError( > >This...

When an invalid pin entered, fido2luks just throw an error and exit even with --max-retries option specified. The following is an example. ``` [root@MkfsSion-LPC ~]# fido2luks -i open-token --pin --max-retries...

### Problem Description Yubikey 5 NFC and 5C NFC (Firmware version: 5.4.3) returns 6A 80 for Verify command without data instead of 63CX. ### Proposed Resolution We may need to...

Currently, [systemd-cryptsetup](https://github.com/systemd/systemd/blob/main/src/cryptsetup/cryptsetup.c#L880) asks FIDO2 PIN via ask_password_auto() call, but with NULL argument for id parameter, which makes [list_ask_files](https://github.com/random-archer/mkinitcpio-systemd-tool/blob/master/src/initrd-shell.sh#L84) fail to identify ask request. According to [Password Agents Specification](https://systemd.io/PASSWORD_AGENTS/) > As...

* Tested game: https://vndb.org/r119690 Add UTF-16 support for BinaryStream::ReadCString(int, Encoding) method

KDF-DO feature does not make sense in security aspect but support it would improve compatibility for cards with it enabled for some reason. Fixes: #2742 ##### Checklist - [ ]...

This flag indicates the card does not have proper VERIFY command implementation required by OpenPGP card spec v3.1 and later. Clear SC_CARD_CAP_ISO7816_PIN_INFO card capability flag to make `pgp_pin_cmd()` emulate SC_PIN_CMD_GET_INFO...