sort-of-pastebin/README.org

706 B

sort-of-pastebin

A little project in Flask to store inputs encrypted and delete once someone looks at it.

Origin

This project was inspired by Snappass and was previously licensed under MIT.

Tests   verb

template http://localhost:8000 Accept: application/json Content-Type: application/json

Store secret

POST /

{ "ttl": 604800, "password": "Foo" }

Retrieve secret

POST /get-secret

{ "key": "{{(verb-json-get (oref verb-last body) "key")}}" }