tips:base64
This is an old revision of the document!
Base 64
Super easy on Linux
Encode:
echo -n "sometext" | base64
Decode:
echo "c29tZXRleHQ=" | base64 --decode
tips/base64.1684415149.txt.gz · Last modified: 2023/05/18 13:05 by lucid