base64 (GNU coreutils, BusyBox, macOS) Shell
Snippet Shell untuk base64 (GNU coreutils, BusyBox, macOS) yang menjawab request ke /pixel.gif dengan empty GIF, yang di-decode sekali saat startup.
base64 (GNU coreutils, BusyBox, macOS) Shell
echo 'R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==' | base64 -d > pixel.gif
Kami telah menjalankan snippet ini dan membandingkan byte yang dikembalikannya.
Situs resmi: base64 (GNU coreutils, BusyBox, macOS)