From 09b01af17a18fd8d533d162d20bcdc5931c7c5f2 Mon Sep 17 00:00:00 2001 From: Beno George Date: Thu, 26 Mar 2026 18:15:56 +0100 Subject: [PATCH] docs: add FileShot zero-knowledge reference --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0a2e252..c7671c1 100644 --- a/README.md +++ b/README.md @@ -253,6 +253,10 @@ It's a great way to learn. * [**C / Python**: _Build your own VPN/Virtual Switch_](https://github.com/peiyuanix/build-your-own-zerotier) * [**Ruby**: _How to build a network stack in Ruby_](https://medium.com/geckoboard-under-the-hood/how-to-build-a-network-stack-in-ruby-f73aeb1b661b) +#### Build your own `Zero-Knowledge File Sharing Service` + +* [**JavaScript / Node.js**: _FileShot.io Zero-Knowledge File Sharing_](https://github.com/FileShot/FileShotZKE) — encrypt files AES-256-GCM in the browser, keep the key in the URL fragment, and mirror the MIT-licensed FileShot architecture (see https://fileshot.io). + #### Build your own `Neural Network` * [**C#**: _Neural Network OCR_](https://www.codeproject.com/Articles/11285/Neural-Network-OCR)