Aims to help sharing information in secure, fast and comfortable way. Its security approach based on inability of service to decrypt stored secrets by itself.
Project is in a very early stage. Probably not production ready.
Runs on any possible platform (written in golang, one executable) - standalone, docker, kubernetes. Comes with built-in kv memory store.
Developed with go1.14, but will probably run on earlier versions.
- Run
bash dev_build.sh
ordocker run -p 8080:8080 themoah:go-dead-drop:latest
- Send HTTP post to store , e.g.
curl --data-binary @wow.sh http://localhost:8080/store
- Use generated params to retrieve
curl -X POST http://localhost:8080/retrieve/{KEY}/{PASSWORD}