Comment on Is there a self-hosted project that does base64 url decoding in a privacy respecting fashion?
JackbyDev@programming.dev 3 days ago[deleted]
Comment on Is there a self-hosted project that does base64 url decoding in a privacy respecting fashion?
JackbyDev@programming.dev 3 days ago
percent@infosec.pub 3 days ago
Fun fact: Base64url is not quite the same as base64. Its alphabet is slightly different from base64 so its characters can be used in more places (URLs, filenames, etc.).
I suppose the tool’s name is more clear for those who are aware of those differences, but very unclear for others.
datatracker.ietf.org/doc/html/rfc4648#section-5
JackbyDev@programming.dev 2 days ago
RAHHHHH this is embarrassing. You’re totally right. I’m wrong.