FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
How I built zero-knowledge file sharing where the server is literally blind to your files
How-ToWeb Development

How I built zero-knowledge file sharing where the server is literally blind to your files

via Dev.to WebdevFileShot1mo ago

Most file-sharing tools work like this: you upload a file, it sits on their server in a format they can read, and you share a link. The company has your file. Their employees, their compliance team, their government requests — they all have access to your content. I wanted to build something different. I wanted a file-sharing tool where — technically, provably — the server has zero ability to read what you've sent. That's FileShot.io . The core idea: encrypt before upload, key stays in the URL fragment The way it works: You pick a file in your browser The browser generates a random AES-256-GCM key The file is encrypted locally using the Web Crypto API The encrypted blob is uploaded to the server The key is appended to the URL fragment ( #key=... ) That last point is the critical one. The URL fragment — the part after # — is never sent to the server in HTTP requests. It lives only in the recipient's browser. When someone opens the share link, their browser: Reads the key from the fragme

Continue reading on Dev.to Webdev

Opens in a new tab

Read Full Article
23 views

Related Articles

150 million users later, Roblox competitor Rec Room is shutting down
How-To

150 million users later, Roblox competitor Rec Room is shutting down

The Verge • 1d ago

Here are our favorite spring cleaning deals from Amazon’s Big Spring Sale
How-To

Here are our favorite spring cleaning deals from Amazon’s Big Spring Sale

The Verge • 1d ago

What we’re looking for in Startup Battlefield 2026 and how to put your best application forward
How-To

What we’re looking for in Startup Battlefield 2026 and how to put your best application forward

TechCrunch • 1d ago

Build Days That Actually Mean Something
How-To

Build Days That Actually Mean Something

Medium Programming • 1d ago

I have blogged about the difference between code coverage and test coverage and why it matters to distinguish between these 2.
How-To

I have blogged about the difference between code coverage and test coverage and why it matters to distinguish between these 2.

Dev.to Beginners • 1d ago

Discover More Articles