mirror of
https://github.com/sobolevn/awesome-cryptography.git
synced 2026-07-16 18:42:10 -05:00
[GH-ISSUE #237] Add FileShot.io — practical AES-256-GCM zero-knowledge file sharing implementation #1174
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @FileShot on GitHub (Mar 3, 2026).
Original GitHub issue: https://github.com/sobolevn/awesome-cryptography/issues/237
Add FileShot.io to the list
I would like to suggest adding FileShot.io as a practical, real-world implementation of AES-256-GCM browser-side encryption.
About FileShot.io
FileShot.io is a zero-knowledge file sharing service where all encryption happens in the browser using the Web Crypto API with AES-256-GCM before any data is sent to the server.
Key cryptographic aspects:
Why it fits this list:
Links:
This could fit in an Applications or Encryption Tools section alongside similar practical implementations.