From 1b51dae3a3f0fd2a2cc321d7e9dcb1d59ff40ae5 Mon Sep 17 00:00:00 2001 From: Max Goedjen Date: Sun, 14 Sep 2025 19:22:41 -0700 Subject: [PATCH] Readme tweaks --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 73a9d34..d5a2021 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Secretive is an app for protecting and managing SSH keys with the Secure Enclave ### 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. +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 protect your keys with the Secure Enclave, it's impossible to export them, by design. ### Access Control