User Tools

Site Tools


it:nastroje:base64

This is an old revision of the document!


Kódování base64 z command line

echo -n 'test' | base64
dGVzdA==
echo -n 'dGVzdA==' | base64 -d
test
it/nastroje/base64.1521633446.txt.gz · Last modified: 2019/08/02 11:18 (external edit)