Small project between myself and other collaborators
- Useful site: Host Tutorial
- Currently analyzing what the base code does and replicate it with Python (Django)
- Start on front end
- Decided file host platform will encrypt files using one time pad, then decrypt the file for one time use, before eliminating it from the server
- Once file is uploaded, front end provides link which will be only point of access. Once link is visited, it will terminate.
- MAMP server has been replaced with Django webserver
- Upload webapp is working. Only for single file uploads