You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A base64 tool similar to the standard base64 tool that also understands URL safe base64, with or without padding. When encoding, it can encode to any of these variants. When decoding, it will try all of them.
Install with cargo install --path .
About
A base64 tool that also understands URL safe base64