JWT (JSON Web Token) Support · Issue #1057 · hashcat/hashcat

JSON Web Tokens (JWTs) are an emerging technology in Authorizing users in the web. The Format of these Authorization Token is defined here: https://jwt.io/ The algorithm used to create a token is m...