Skip to content

Releases: mwielgoszewski/SecureEnclaveToken

v2.0

02 Nov 16:12
Compare
Choose a tag to compare

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

30 Mar 20:57
Compare
Choose a tag to compare

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

28 Feb 01:15
Compare
Choose a tag to compare
  • Display key and certificate labels in UI.
  • Refactoring of TokenSession.

v1.0

21 Feb 04:09
Compare
Choose a tag to compare

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.