Skip to content
This repository has been archived by the owner on Mar 10, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (10 loc) · 535 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 535 Bytes

Send a file with end-to-end encryption, inspired by https://encrypt.one, but something you can run locally.

How does it work?

The file is encrypted before being served as a static file, and then decrypted in the recipient's browser

Prerequisites

Setup

Set NGROK_AUTHTOKEN in your environment.

To find where your authtoken is, run ngrok config check, and it should print out the config file location.

Running

NGROK_AUTHTOKEN=... go run github.com/streamco/serve.one@latest <filename>