[GH-ISSUE #238] FileShot.io — Zero-Knowledge File Sharing with AES-256-GCM #6228

Open
opened 2026-07-14 00:49:40 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @FileShot on GitHub (Mar 3, 2026).
Original GitHub issue: https://github.com/sobolevn/awesome-cryptography/issues/238

Hello! I'd like to suggest FileShot.io — a practical, real-world application of browser-side AES-256-GCM encryption.

What it does:

  • Encrypts files entirely in the browser using the Web Crypto API (SubtleCrypto / AES-256-GCM) before upload
  • Decryption key is embedded only in the URL fragment — never transmitted to the server
  • Implements zero-knowledge architecture for file sharing

Why it fits:

  • Demonstrates real-world use of AES-256-GCM with IV generation, key derivation
  • Open source MIT — the encryption implementation is readable and auditable
  • Free tier, no account needed

Links:

Originally created by @FileShot on GitHub (Mar 3, 2026). Original GitHub issue: https://github.com/sobolevn/awesome-cryptography/issues/238 Hello! I'd like to suggest **FileShot.io** — a practical, real-world application of browser-side AES-256-GCM encryption. **What it does:** - Encrypts files entirely in the browser using the Web Crypto API (SubtleCrypto / AES-256-GCM) before upload - Decryption key is embedded only in the URL fragment — never transmitted to the server - Implements zero-knowledge architecture for file sharing **Why it fits:** - Demonstrates real-world use of AES-256-GCM with IV generation, key derivation - Open source MIT — the encryption implementation is readable and auditable - Free tier, no account needed **Links:** - https://fileshot.io - https://github.com/FileShot/FileShotZKE
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-cryptography#6228