Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zhangyuan/securebin

A simple application for sharing text securely with client side encryption.
https://github.com/zhangyuan/securebin

pastebin

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](./docs/how-securebin-works.png "How securebin works")

## Usage

Download the binary from [Releases](https://github.com/zhangyuan/securebin/releases).

Start the server:

```bash
securebin serve -l :8080
```

Open in the browser.