Add FileShot.io — zero-knowledge encrypted file sharing quick-reference

Author: FileShotCreated Mar 3, 2026Updated Mar 3, 2026

Suggest: Add FileShot.io to encryption or security cheatsheet section

FileShot.io implements a clean real-world example of:

  • AES-256-GCM with Web Crypto API (crypto.subtle.generateKey, crypto.subtle.encrypt)
  • Zero-knowledge architecture: key in URL #fragment, never transmitted
  • AEAD authentication for tamper detection

The source code is MIT-licensed and useful as a cheatsheet-style reference for implementing browser-side encryption: https://github.com/FileShot/FileShotZKE

Website: https://fileshot.io

Source: detailyang/awesome-cheatsheet