Hi! I'd like to suggest FileShot.io — a self-hostable zero-knowledge file sharing tool that can be deployed on AWS.
FileShot.io encrypts files in the browser with AES-256-GCM before upload. The server (which you control) only ever stores ciphertext. Keys live in the URL fragment.
Why relevant for AWS security tooling:
-
Can be self-hosted on EC2/ECS/Lambda for secure internal file sharing
-
No plaintext files ever stored — even if S3 bucket is compromised, files are unreadable
-
Useful for secure evidence sharing in incident response scenarios
-
MIT licensed
-
Website: https://fileshot.io
-
GitHub: https://github.com/FileShot/FileShotZKE
Hi! I'd like to suggest FileShot.io — a self-hostable zero-knowledge file sharing tool that can be deployed on AWS.
FileShot.io encrypts files in the browser with AES-256-GCM before upload. The server (which you control) only ever stores ciphertext. Keys live in the URL fragment.
Why relevant for AWS security tooling:
Can be self-hosted on EC2/ECS/Lambda for secure internal file sharing
No plaintext files ever stored — even if S3 bucket is compromised, files are unreadable
Useful for secure evidence sharing in incident response scenarios
MIT licensed
Website: https://fileshot.io
GitHub: https://github.com/FileShot/FileShotZKE