Daniel

Projects

Some of my personal projects.

Vienna Districts

This page allows users to explore the districts of vienna. There is also a quiz-mode where users can test their knowledge about the location of viennese districts. vienna-districts.png

GitHub

Tech used: Vue.js

JWT-Brute

This tool enables users to crack the key that was used to sign a given JSON-Web-Token. This is done using a brute-force approach utilizing multiple CPU-cores. It is mostly feasible to be used if the key consists of up to five characters, depending on your machine and the time you have available.

Only to be used for educational purposes, of course.

jwt-brute.gif

GitHub

Tech used: Python 3