zhangyuan / securebin

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:Go 40.6%Language:Vue 34.9%Language:TypeScript 17.3%Language:Makefile 3.1%Language:HTML 2.2%Language:JavaScript 1.6%Language:CSS 0.3%