From 527bd641c5b697f8af200da5b906ad0d71d077fb Mon Sep 17 00:00:00 2001 From: Andrew Kitchen Date: Mon, 21 Feb 2022 17:39:02 -0800 Subject: [PATCH] README updates --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0a79179..a9a9779 100644 --- a/README.md +++ b/README.md @@ -44,9 +44,10 @@ The default position is on the bottom left of your display. To modify the positi ## Security Concerns -From time to time questions arise as to the trustworthiness of KeyCastr as an application which receives input events from macOS. KeyCastr is completely free and open source, and does not employ any networking mechanisms other than that included with the ubiquitous [Sparkle framework](https://sparkle-project.org/) for managing application updates. KeyCastr will never receive or display your passwords, so long as the website or application you are using treats password entry as secure, e.g. `` or equivalent. +Any application in the Accessibility or Input Monitoring sections of the Security & Privacy pane in macOS's Preferences.app is capable of receiving all your input events. We encourage you to inspect these lists carefully, remove applications which you don't believe need to monitor your input, and ask tough questions of the companies which produce the software you use. + +KeyCastr is completely free and open source, and does not employ any networking mechanisms other than that included with the ubiquitous [Sparkle framework](https://sparkle-project.org/) for managing application updates. KeyCastr will never receive or display your passwords, so long as the website or application you are using treats password entry as secure, e.g. `` or equivalent. -Please understand that any application in the Accessibility or Input Monitoring sections of the Security & Privacy pane in macOS's Preferences.app is capable of receiving all your input events. We encourage you to inspect these lists carefully, remove applications which you don't believe need to monitor your input, and ask tough questions of the companies which produce the closed source software you use. ## History and Credits