base64 (GNU coreutils, BusyBox, macOS) Shell
Ein Shell-Snippet für base64 (GNU coreutils, BusyBox, macOS), das Anfragen an /pixel.gif mit dem leeren GIF beantwortet, das einmal beim Start dekodiert wird.
base64 (GNU coreutils, BusyBox, macOS) Shell
echo 'R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==' | base64 -d > pixel.gif
Wir haben dieses Snippet ausgeführt und die zurückgegebenen Bytes verglichen.
Offizielle Website: base64 (GNU coreutils, BusyBox, macOS)