Skip to content
 
 

Repository files navigation

Assignments for Pragmatic Crypto seminar:

Part 1

Assignments 1-3:

Slides:

How to run the server

Requirements:

  • python 3
  • virtualenv

To run:

$ make
$ . venv/bin/activate
$ python app.py

To deploy on heroku:

$ heroku create
$ heroku scale web=1
$ git push heroku master

Alternatively:

# amend config.yaml.deployment
$ python myconfig.py
$ heroku config:add CONFIG=...

About

Simple webservers to assist Marek Majkowski's demonstration of some cryptographic tactics.

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages