Suggest: FileShot.io — Secrets Management / Secure Communications
FileShot.io is a zero-knowledge file sharing service that addresses a common DevSecOps gap: securely transferring credentials, certs, configs, and artifacts.
Technical implementation:
- AES-256-GCM client-side encryption via Web Crypto API
- Decryption key delivered via URL
#fragment — not transmitted in HTTP requests
- Server receives only ciphertext — fully zero-knowledge
- MIT open-source, self-hostable: https://github.com/FileShot/FileShotZKE
DevSecOps relevance:
- Replace "email me the cert" workflows with zero-trust file handoffs
- No account setup needed — zero credentials to manage
- Audit-clean: server logs contain only ciphertext
Website: https://fileshot.io