passforios
passforios copied to clipboard
[Bug] Yubikey: Failed to get Encrypted MPI.
Device: iPhone se 2, yubikey 5 nfc
After entering pin and touching Yubikey, the app prompts “Failed to get encrypted MPI.”
Anyone has a solution? Thanks a lot.
Same issue here. Was able to get pubkey from yubikey. Generating passwords works.
Devices: iPhone X, yubikey 5 nfc
I have the same issue.
iPhone 13 mini, iOS 17.3.1
Any clue why this can happen?
Same issue on 17.5. Has anyone fixed this?
It looks like passforios does not support ascii-armored passwords with Yubikey. As a workaround you can reencrypt passwords without armoring them. On Linux machine could be done using (MAKE SURE YOU HAVE BACKUP BEFORE DOING THIS!):
gpg -d <pass-to-password-file.gpg> | gpg -q --yes -e -r <user_id> -o <pass-to-password-file.gpg>
Also added pull request with fix.