HN user

getvictor

13 karma

Engineer, entrepreneur, author. Over 20 years of technical leadership and hands-on development experience.

Blog: https://victoronsoftware.com/

GitHub: https://github.com/getvictor

Posts7
Comments6
View on HN

Windows Recall will record your screen, so any sensitive information will be accessible by the IT admin (or a bad actor with sufficient privileges).

The OpenBlur Chrome extension was created to hide sensitive information automatically on any web page.

The OpenBlur project is open-source and MIT-licensed:

https://github.com/getvictor/openblur

It is early in development, so bugs are still being worked out.

We recently wrote an in-depth series of articles on mTLS. The series covered a hands-on intro to mTLS, creating a Go mTLS client, and integrating mTLS with macOS keychain and Windows certificate store.

Our goal was to show how to use mTLS in your applications and securely store your mTLS certificates and keys without exposing them to the filesystem.

But what about Linux desktops? That's a good question. How do you keep your cert keys secure on Linux?