Got an example in BASH?
Comment on Is there a self-hosted project that does base64 url decoding in a privacy respecting fashion?
amzd@lemmy.world 1 month ago
It’s 3 lines of code in basically every programming language, no need for selfhosting, just open the terminal?
Cyber@feddit.uk 1 month ago
Blemish5236@lemmy.world 1 month ago
[deleted]bitwolf@sh.itjust.works 1 month ago
You may want to use
-nto skip the newline and the end.You may also want to single quote the text to negate expansion when doing the opposite and encoding the text.
echo -n ‘my text’ | base64
rumba@lemmy.zip 1 month ago
You know, it would be a really neat browser plug-in. Mouse over a URL and get the encoded bit decoded?