facebookincubator/sks: Secure Key Storage (SKS) is a library for Go that abstracts Security Hardware on laptops.
github.com·2d·
Discuss: Hacker News
🛡️ARM TrustZone
Preview
Report Post

Secure Key Store

Secure Key Store (SKS) is a Go library that abstracts the APIs provided by hardware security modules present on most modern day user devices such as TPM and Secure Enclave, allowing users to leverage their features through a single and simple API.

Overview

In today’s world, most user devices (such as laptops) are shipped with an embedded hardware security device. Namely Macs come with a SoC called Secure Enclave (SE) while most other manufacturers choose to use an implementation of the Trusted Platform Module (TPM).

These devices share common functionality such as key creation, signing and encryption, however they differ significantly on how they operate and how their APIs are implemented. SKS abstracts these discrepancies and provides users with a si…

Similar Posts

Loading similar posts...