Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/zhangyuan/securebin
- Owner: zhangyuan
- License: mit
- Created: 2024-05-13T17:43:19.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-09-16T02:23:40.000Z (4 months ago)
- Last Synced: 2024-11-03T14:59:53.161Z (3 months ago)
- Topics: pastebin
- Language: Go
- Homepage:
- Size: 175 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.