====== Kódování base64 z command line ====== echo -n 'test' | base64 dGVzdA== echo -n 'dGVzdA==' | base64 -d test