Skip to content

Nebucatnetzer/sort-of-pastebin

Repository files navigation

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

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”)}}” }

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published