Store SSH keys in the Secure Enclave
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Max Goedjen c5bd4c2189
. (#221)
3 years ago
.github Switch GitHub Actions releaser to use API key instead of app specific password (#212) 3 years ago
Brief Improve updater (#203) 3 years ago
BriefTests Improve updater (#203) 3 years ago
Config Fix broken updater check (#145) 4 years ago
SecretAgent Add internet access policy (#199) 3 years ago
SecretAgentKit Restore changes for Big Sur images. (#160) 3 years ago
SecretAgentKitTests Move app name + iconurl to tracer. (#149) 4 years ago
SecretKit Add option to rename keys/secrets (#216) 3 years ago
SecretKitTests Add support for SHA256 fingerprints (#198) 3 years ago
Secretive . (#221) 3 years ago
Secretive.xcodeproj Add option to rename keys/secrets (#216) 3 years ago
SecretiveTests MIT licensing notices 4 years ago
.gitignore Update for Big Sur & SwiftUI 2 (#128) 4 years ago
APP_CONFIG.md Break out app faq (#162) 3 years ago
CODE_OF_CONDUCT.md Add CoC 4 years ago
CONTRIBUTING.md . (#221) 3 years ago
FAQ.md Update FAQ.md (#176) 3 years ago
Icon.sketch Update readme assets for design changes (#204) 3 years ago
LICENSE Initial commit 4 years ago
README.md brew cask install is deprecated (#192) 3 years ago
SECURITY.md Create SECURITY.md (#123) 4 years ago

README.md

Secretive Test Release

Secretive is an app for storing and managing SSH keys in the Secure Enclave. It is inspired by the sekey project, but rewritten in Swift with no external dependencies and with a handy native management app.

Screenshot of Secretive

Why?

Safer Storage

The most common setup for SSH keys is just keeping them on disk, guarded by proper permissions. This is fine in most cases, but it's not super hard for malicious users or malware to copy your private key. If you store your keys in the Secure Enclave, it's impossible to export them, by design.

Access Control

If your Mac has a Secure Enclave, it also has support for strong access controls like Touch ID, or authentication with Apple Watch. You can configure your key so that they require Touch ID (or Watch) authentication before they're accessed.

Screenshot of Secretive authenticating with Touch ID

Notifications

Secretive also notifies you whenever your keys are accessed, so you're never caught off guard.

Screenshot of Secretive notifying the user

Support for Smart Cards Too!

For Macs without Secure Enclaves, you can configure a Smart Card (such as a YubiKey) and use it for signing as well.

Getting Started

Installation

Direct Download

You can download the latest release over on the Releases Page

Using Homebrew

brew install secretive

FAQ

There's a FAQ here.

Auditable Build Process

Builds are produced by GitHub Actions with an auditable build and release generation process. Each build has a "Document SHAs" step, which will output SHA checksums for the build produced by the GitHub Action, so you can verify that the source code for a given build corresponds to any given release.

A Note Around Code Signing and Keychains

While Secretive uses the Secure Enclave for key storage, it still relies on Keychain APIs to access them. Keychain restricts reads of keys to the app (and specifically, the bundle ID) that created them. If you build Secretive from source, make sure you are consistent in which bundle ID you use so that the Keychain is able to locate your keys.

Backups and Transfers to New Machines

Because secrets in the Secure Enclave are not exportable, they are not able to be backed up, and you will not be able to transfer them to a new machine. If you get a new Mac, just create a new set of secrets specific to that Mac.

Security

If you discover any vulnerabilities in this project, please notify max.goedjen@gmail.com with the subject containing "SECRETIVE SECURITY."