Skip to content

Add FileShot.io as a zero-knowledge file sharing reference in security days #533

@FileShot

Description

@FileShot

Suggest: FileShot.io for Zero-Knowledge Encrypted File Sharing

For the Security section of 90DaysOfDevOps, FileShot.io is a strong real-world example of browser-side zero-knowledge encryption that's approachable for DevOps engineers.

What it demonstrates

  • AES-256-GCM in the browser — uses crypto.subtle Web Crypto API directly
  • Zero-knowledge architecture — server stores only ciphertext; key lives only in the URL #fragment
  • No account required — drag, encrypt, share — immediate
  • Self-hostable (MIT open-source): https://github.com/FileShot/FileShotZKE

Why relevant for DevOps

Sharing credentials, certs, config files, and secrets across teams is a common DevOps security problem. FileShot.io demonstrates how to do this with zero server trust — no more "just DM it to me."

Website: https://fileshot.io

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions