Show HN: Entropy – Sharing screen is scary in SaaS age

Sharing screen is really scary today with all PIIs and secrets sprawling around your screen, so I built Entropy, a small Chrome extension that spots API keys, tokens, emails, and throws a blur overlay on them in real time.

The goal is to make screen-sharing feel safe again without adding steps to a demo.

Everything runs locally—regex + entropy heuristics compiled to WASM—and the extra CPU cost averages ~1 ms per mutation on my M1.

Custom rules can be added with a JSON file for teams that have proprietary token formats.

visit https://entropysec.io

Feedback please 3


Comments URL: https://news.ycombinator.com/item?id=44123535

Points: 7

# Comments: 2

https://entropysec.io/

Vytvorené 1mo | 29. 5. 2025, 9:10:08


Ak chcete pridať komentár, prihláste sa

Ostatné príspevky v tejto skupine

Show HN: Tinykv – minimal file-backed key-value store for Rust

I built tinykv because I kept reaching for simple persistent storage in Rust projects but found existing solutions either too complex (sled) or unmaintained (pickledb).

tinykv focuses on simplic

5. 7. 2025, 1:50:11 | Hacker news