I have my cryptographic keys and certificates made available via a custom REST service (the private keys don't actually export, they can just do cryptographic operations using the private keys behind the REST service and the result is returned).
I…
I'm in the proces of making an app for interacting with smartcards.
For that I'd like to use the CryptoTokenKit Framework which is standard on a Mac (located at /System/Library/Frameworks/CryptoTokenKit.framework).
This link says that it's possible…
We have a code signing setup using HSM over network. On mac we were using tokend previously but with macOS 10.15 tokend is disabled and we need to move to Cryptotokenkit. Is there any possible suggestion/solution available in which we can fetch the…
I am trying to use cryptographic assets via CryptoTokenKit framework.
It's said in the documentation
When the framework copies an item from a token to the keychain, it records the associated token’s identifier, or token ID, as part of the keychain…
I'm trying to access TKSmartCardSlotManager from my iOS app. Calling TKSmartCardSlotManager.default always returns nil. I've set the com.apple.security.smartcard entitlement to yes, but no luck. The console logs an
The connection to service on pid…
I'm trying to read/write a Milfare Classic 1k NFC card (supplied from factory) using an ACR122. I can detect the card, but cannot communicate with it.
I have been searching the web for days trying to find any kind of documentation on this (without…