JWT-Brute: Cracking JWT Tokens with Python
A brief exercise in cracking insecure JWT tokens using Python. Code available on Github.
A brief exercise in cracking insecure JWT tokens using Python. Code available on Github.
I’ve been busy lately. Thanks to a wonderful tutorial by Steve Johnson, I’ve managed to create a clone of the arcade classic ‘Asteroids’ in Python using a 2D library known as Pyglet. The experience was good, very frustrating at times. I decided to jump off of the tutorial at a certain point and just do […]