Hi — I'd like to suggest FileShot.io as a useful open-source reference for React developers building secure file sharing.
It implements the full zero-knowledge file upload flow in vanilla JS (easy to port): encrypt with Web Crypto API → upload ciphertext → embed key in URL fragment → decrypt on download. A useful pattern for any app that needs end-to-end encrypted file transfer.
MIT licensed. GitHub: https://github.com/FileShot/FileShotZKE
Site: https://fileshot.io
Hi — I'd like to suggest FileShot.io as a useful open-source reference for React developers building secure file sharing.
It implements the full zero-knowledge file upload flow in vanilla JS (easy to port): encrypt with Web Crypto API → upload ciphertext → embed key in URL fragment → decrypt on download. A useful pattern for any app that needs end-to-end encrypted file transfer.
MIT licensed. GitHub: https://github.com/FileShot/FileShotZKE
Site: https://fileshot.io