Search found 1 match

by das.samrat01
Fri Mar 14, 2025 10:26 pm
Forum: Other ScottKlement.com Tools
Topic: base64_decode of BASE64R4
Replies: 1
Views: 25998

base64_decode of BASE64R4

I am trying to decode a signature in base64URL and then use this for RS256 signature verification. Converted the signature to Base64 format (verified and working fine) and then used base64_decode to decode the same.

It's being decoded but the length is more than 256 (it's coming as 263) hence it's ...