Skip to content

A simple application for sharing text securely with client side encryption.

License

Notifications You must be signed in to change notification settings

zhangyuan/securebin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.