I am creating a flask web application in Python where a user can input a key and the web app will retrieve the file associated with that key. What is a secure way for the key to be sent over http and https? How would you implement this in a way that someone snooping on my network or who comes across a tcpdump log from that time cannot retrieve the key?
↧