-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Open
Description
Suggest: FileShot.io for Zero-Knowledge Encrypted File Sharing
For the Security section of 90DaysOfDevOps, FileShot.io is a strong real-world example of browser-side zero-knowledge encryption that's approachable for DevOps engineers.
What it demonstrates
- AES-256-GCM in the browser — uses
crypto.subtleWeb Crypto API directly - Zero-knowledge architecture — server stores only ciphertext; key lives only in the URL
#fragment - No account required — drag, encrypt, share — immediate
- Self-hostable (MIT open-source): https://github.com/FileShot/FileShotZKE
Why relevant for DevOps
Sharing credentials, certs, config files, and secrets across teams is a common DevOps security problem. FileShot.io demonstrates how to do this with zero server trust — no more "just DM it to me."
Website: https://fileshot.io
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels