ACM Cyber CSRF 2025, week 2 activity
- starter python scripts (solution client and server made available later)
- learn how to generate keypairs and sign http requests
- git clone https://github.com/roshda/signatures-demo.git
python -m venv venvsource venv/bin/activatepip install flask pynacl requests- run server.py and client.py to see in action