Comment on Is there a self-hosted project that does base64 url decoding in a privacy respecting fashion?
Blemish5236@lemmy.world 1 week ago[deleted]
Comment on Is there a self-hosted project that does base64 url decoding in a privacy respecting fashion?
Blemish5236@lemmy.world 1 week ago
bitwolf@sh.itjust.works 1 week ago
You may want to use
-n
to 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