c-jwt-cracker
c-jwt-cracker copied to clipboard
Implement base64url decode using OpenSSL
I implement the decoding using OpenSSL. But OpenSSL only handle base64, not base64url that is used for JWT.
So I create a function to transform base64url to base64 and I decode it with OpenSSL.
Fixes https://github.com/brendan-rius/c-jwt-cracker/issues/8