https://github.com/elgohr/go-cryptotokenkit
Go wrapper for Apple CryptoTokenKit
https://github.com/elgohr/go-cryptotokenkit
apple cryptotokenkit go golang macos security wrapper
Last synced: about 1 year ago
JSON representation
Go wrapper for Apple CryptoTokenKit
- Host: GitHub
- URL: https://github.com/elgohr/go-cryptotokenkit
- Owner: elgohr
- License: mit
- Created: 2022-10-19T14:46:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-11T23:32:48.000Z (over 1 year ago)
- Last Synced: 2025-04-12T20:05:24.473Z (about 1 year ago)
- Topics: apple, cryptotokenkit, go, golang, macos, security, wrapper
- Language: Go
- Homepage:
- Size: 59.6 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go-CryptoTokenKit
[](https://github.com/elgohr/go-cryptotokenkit/actions/workflows/test.yml)
[](https://goreportcard.com/report/github.com/elgohr/go-cryptotokenkit)
[](https://pkg.go.dev/github.com/elgohr/go-cryptotokenkit)
[](https://opensource.org/licenses/MIT)
Go-CryptoTokenKit is a [CryptoTokenKit](https://developer.apple.com/documentation/cryptotokenkit)-Wrapper for working with cryptographic assets on the Mac in Go.
# Install
```
go get github.com/elgohr/go-cryptotokenkit
```
# Credits
This repository is highly inspired by [smimesign](https://github.com/github/smimesign/blob/main/certstore/certstore_darwin.go).
Nevertheless it's updated to latest CoreFoundation calls and extended by additional methods, that are not needed for smimesign.