Skip to content

ssarber/quizz-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple quizz application I wrote to practice setting and hashing cookies when going through Web Development course on Udacity.

App runs on Google App Engine. URL: http://quizz-app.appspot.com/

To prevent user cheating the quiz by answering a question multiple times, I implementing setting a cookie that tracks number of attempts for every question. The cookie is hashed using HMAC: https://docs.python.org/2/library/hmac.html and "salted" with a secret string.

To run tests the following libraries are needed:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors