SHA-2 checksum-based storage, accessible by REST API endpoints.
To call Daemon that will keep your deviant files in the Purgatorio:
$ git clone https://github.com/alissiawells/Purgatorio.git
$ cd Purgatorio
$ mkvirtualenv Purgatorio
$ pip install -r requirements.txt
$ sudo python daemon.py startOpen http://localhost:5000 in browser or use curl.
Upload a file:
$ curl -i -F "file=@filename.txt" localhost:5000/Download a file:
$ curl -O localhost:5000/store/filehashDelete a file:
$ curl -i -X DELETE localhost:5000/store/filehashOther commands:
$ sudo python daemon.py