Skip to content

Releases: mwielgoszewski/SecureEnclaveToken

v2.0

Choose a tag to compare

@mwielgoszewski mwielgoszewski released this 02 Nov 16:12

This release adds a new CLI component to SecureEnclaveToken.

To access the CLI, simply pass cli as an argument to~/Applications/SecureEnclaveToken.app/Contents/MacOS/SecureEnclaveToken.

i.e., ~/Applications/SecureEnclaveToken.app/Contents/MacOS/SecureEnclaveToken cli

v1.0.2

Choose a tag to compare

@mwielgoszewski mwielgoszewski released this 30 Mar 20:57

Migrate to the CryptoTokenKit persistent token API

The persistent token API is intended for tokens that don't require
insert/removal semantics such as the Secure Enclave. In macOS 10.15.5
Apple repaired this API and it became functional on macOS for the first
time.

https://support.apple.com/guide/deployment-reference-ios/about-persistent-tokens-apd05d8c6344/web
https://developer.apple.com/documentation/cryptotokenkit

v1.0.1

Choose a tag to compare

@mwielgoszewski mwielgoszewski released this 28 Feb 01:15
  • Display key and certificate labels in UI.
  • Refactoring of TokenSession.

v1.0

Choose a tag to compare

@mwielgoszewski mwielgoszewski released this 21 Feb 04:09

Requirements:

  • MacBook w/Secure Enclave (TouchBar) running MacOS 10.15+

Note: This release was not tested on a device without a TouchBar. You can probably expect the application to crash when trying to generate a key on a device without it.