
Attaque JWT pour changer l'algorithme RS256 en HS256
Attaque JWT pour changer l'algorithme RS256 en HS256

usage: RS256_2_HS256_JWT.py [-h] payload pubkey
positional arguments:
payload Payload JSON du JWT à attaquer
pubkey Fichier de clé publique à utiliser pour la signature
optional arguments:
-h, --help afficher ce message d'aide et quitter
