Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 431 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 431 Bytes

SecureBin

A simple application for sharing text securely with client side encryption. Currently it encrypt the message with AES-GCM.

How it works

How securebin works

Usage

Download the binary from Releases.

Start the server:

securebin serve -l :8080

Open http://localhost:8080 in the browser.