Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Sid-Sun/ioctl
A Modern E2E Encrypted Pastebin
https://github.com/Sid-Sun/ioctl
end-to-end-encryption pastebin pastebin-api pastebin-service
Last synced: 3 months ago
JSON representation
A Modern E2E Encrypted Pastebin
- Host: GitHub
- URL: https://github.com/Sid-Sun/ioctl
- Owner: Sid-Sun
- Created: 2022-07-24T15:21:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-20T19:32:30.000Z (almost 2 years ago)
- Last Synced: 2024-06-21T13:31:38.831Z (5 months ago)
- Topics: end-to-end-encryption, pastebin, pastebin-api, pastebin-service
- Homepage: https://bin.dronk.dev
- Size: 8.37 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - Sid-Sun/ioctl - A Modern E2E Encrypted Pastebin (others)
README
## i/o/ctl
---
An E2E Encrypted Pastebin AppTry out here: https://bin.dronk.dev
Or, if you prefer, use the API directly: https://api.bin.dronk.dev
```
> echo "Hello, World!" > hello-world.txt> # just use curl --upload-file
> curl --upload-file hello-world.txt https://api.bin.dronk.dev
{"URL":"https://api.bin.dronk.dev/r/EmbossChemicals"}
> curl https://api.bin.dronk.dev/r/EmbossChemicals
Hello, World!> echo "i/o/ctl is awesome!"
i/o/ctl is awesome!
```
---### Features:
- Store and fetch encrypted and end-to-end encrypted snippets
- Snippets get saved against an easy to remember, id like `HedgingSmitten`
- Snippets are compressed using [zlib](https://en.wikipedia.org/wiki/Zlib)
- Use S3 as storage backend along with global CDN
- Send snippet as formatted JSON, E2E Encrypted JSON or raw body
- Use `POST` and `PUT` at endpoint `/` to save snippet
- Use `POST` and `PUT` at endpoint `/e2e` to end-to-end encypted snippet
- Get snippet using `GET` at endpoint `/` or `/r/` or directly from S3 / CDN
- Snippets are by default ephemeral and stored for 7 days---