Skip to content

Instantly share code, notes, and snippets.

@TildeSlashC0re
Created October 24, 2020 14:51
Show Gist options
  • Save TildeSlashC0re/d990487c4d2ca9d873cd853ad0c36376 to your computer and use it in GitHub Desktop.
Save TildeSlashC0re/d990487c4d2ca9d873cd853ad0c36376 to your computer and use it in GitHub Desktop.
curl https://archive.md/dXdvQ/c58b55674ef876f8b78d02c30a685561b6376981.png --output 01.png && \
curl https://archive.md/dXdvQ/4591a5caa74058c0ae18d71b5cc40ea41a6ea496.png --output 02.png; \
convert -depth 8 01.png rgb:ytdl01.part; \
convert -depth 8 02.png rgb:ytdl02.part; \
cat ytdl01.part ytdl02.part > youtube-dl2020.09.20.tar.gz; \
rm ytdl01.part ytdl02.part; \
clear; \
print 'sha256 checksum: \n'; \
sha256sum youtube-dl2020.09.20.tar.gz
@stefanbosch
Copy link

stefanbosch commented Oct 26, 2020

Awesome, thanks for sharing!
Is there someone who has a tutorial on how to make these RGB steganography images from data files? I want to be able to make these png file myself.

https://youtu.be/hyqLv2_zBdA

@starkdmi
Copy link

@stefanbosch
Copy link

@stefanbosch, here is how the video you linked was created https://gist.github.com/gasman/1253b764049cfab3e29739d3f217c9c6

@starkdmi, Very nice, Thank you very much. Gonna try this out 👍

@starkdmi
Copy link

starkdmi commented Oct 27, 2020

@stefanbosch, You're welcome. Here is also an image example https://github.com/rekcuFniarB/File2PNG 👌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment