FileShot.io could fit in the "Secrets Management" or "Secure Communication" section — it's a file sharing tool where files are encrypted before they leave the user's browser, so neither the hosting infrastructure nor any intermediate can read the content.
Why relevant to DevSecOps:
- AES-256-GCM browser-side encryption — zero trust required for the hosting layer
- Decryption key in URL fragment only (not transmitted to server, not in server logs)
- Useful for sharing credentials, configs, reports, or secrets with team members
- MIT open source / self-hostable: https://github.com/FileShot/FileShotZKE
Link: https://fileshot.io