c-jwt-cracker icon indicating copy to clipboard operation
c-jwt-cracker copied to clipboard

Implement base64url decode using OpenSSL

Open BestPig opened this issue 6 years ago • 1 comments

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.

BestPig avatar Jul 15 '19 12:07 BestPig

Fixes https://github.com/brendan-rius/c-jwt-cracker/issues/8

maximmasiutin avatar Apr 25 '21 21:04 maximmasiutin