Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cterence/dead-drop
my recreation of a dead drop application to securely share information
https://github.com/cterence/dead-drop
go htmx
Last synced: 4 days ago
JSON representation
my recreation of a dead drop application to securely share information
- Host: GitHub
- URL: https://github.com/cterence/dead-drop
- Owner: cterence
- License: apache-2.0
- Created: 2024-07-10T21:23:52.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-06T10:22:22.000Z (7 days ago)
- Last Synced: 2024-11-06T11:29:05.979Z (7 days ago)
- Topics: go, htmx
- Language: Go
- Homepage: https://dead-drop.terence.cloud
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dead drop.
my recreation of a dead drop application to securely share information. it's live on [dead-drop.terence.cloud](https://dead-drop.terence.cloud).
you can use it to share private informations to your peers. your data is encrypted/decrypted in the browser. the server cannot decrypt your data as it never receives the encryption key.
![Screencast from 2024-07-16 00-01-02](https://github.com/user-attachments/assets/534d9bed-e64d-45c6-8d70-042152c76534)
this project was made using:
- [go](https://go.dev/), [cobra](https://github.com/spf13/cobra) & [viper](https://github.com/spf13/viper/)
- [libsql-server](https://github.com/tursodatabase/libsql/tree/main/libsql-server)
- [sjcl](https://bitwiseshiftleft.github.io/sjcl/)
- [htmx](https://htmx.org/)
- [templ](https://github.com/a-h/templ)
- [tailwind](https://tailwindcss.com/)try it out by running `docker compose --profile prod up` and go to http://localhost:3000.
## todo
- [x] generate a random password
- [x] store the encrypted message (libsql ? valkey ?)
- [x] generate a link to retrieve the message
- [x] create cool UI
- [x] ttl for drops, periodic flush
- [x] graceful errors when db is down
- [x] convert go code to cli
- [x] good (enough) logging
- [ ] ??????
- [ ] profit