A utility to convert existing JWTs (JSON Web Tokens) to
the none
algorithm.
This can be used to discover vulnerabilities in web services and JWT libraries.
cargo install jwtvoid
```sh
echo "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c" | jwtvoid
cat jwts.txt | jwtvoid ```
MIT License: see LICENSE
file for more information.