Expand description
§modo::encoding::base64url
RFC 4648 base64url encoding and decoding without padding.
The alphabet uses - and _ instead of + and /, making encoded output
safe for URLs, HTTP headers, and cookie values without percent-encoding.
Provides: