vuralfa.blogg.se

Lightning yubikey
Lightning yubikey









lightning yubikey lightning yubikey

What doesn't work: I can't get any session with the smart card interface to work. What already works: I'm able to connect to my YubiKey via NFC, establish a management session, fetch its configuration and display it in a view controller. PGPro/Yubikey/Model/APDU.swift: Helper class that makes handling the APDU interface of the smart card a bit easier.PGPro/Yubikey/Model/SmartCard.swift: Models the OpenPGP SmartCard Application inside the YubiKey according to the official OpenPGP Smart Card specifications.It should eventually contain methods to encrypt and decrypt messages using the YubiKey. Its fields include the device's serial number, form factor, etc. PGPro/Yubikey/Model/Yubikey.swift: An instance of this class models a physical YubiKey.PGPro/Yubikey/Controller/YKConnectionSession.swift: Handles the connection to the YubiKey (mostly as described here).Here is an overview of the most relevant files:











Lightning yubikey