Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 15 days 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-02T14:12:17.000Z (2 months ago)
- Last Synced: 2024-10-10T18:46:47.735Z (about 1 month ago)
- Topics: apple, cryptotokenkit, go, golang, macos, security, wrapper
- Language: Go
- Homepage:
- Size: 52.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go-CryptoTokenKit
[![Test](https://github.com/elgohr/go-cryptotokenkit/workflows/Test/badge.svg)](https://github.com/elgohr/go-cryptotokenkit/actions/workflows/test.yml)
[![Go Report Card](https://goreportcard.com/badge/github.com/elgohr/go-cryptotokenkit)](https://goreportcard.com/report/github.com/elgohr/go-cryptotokenkit)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/elgohr/go-cryptotokenkit)](https://pkg.go.dev/github.com/elgohr/go-cryptotokenkit)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](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.