This is a simple decoder/encoder .NET tool that I created because I was tired of having to use different website to encode/decode stuff. Use at your own risk because it was made with no intention of being used by anyone else.
- CommandLineParser
- TextCopy
- System.IdentityModel.Tokens.Jwt
From source
dotnet pack
dotnet tool install --global --add-source .\nupkg Robod.Decoder.Cli
From NuGet
dotnet tool install --global Robod.Decoder.Cli --version 0.0.1
Decode JWT
dor -j {token}
Encode to base64
dor -e -b {base64}
Roland Bodenstaff
- 0.0.1
- Initial Release
This project is licensed under the MIT License