Skip to content

Instantly share code, notes, and snippets.

@srosenberg
Last active May 18, 2020 15:16
Show Gist options
  • Save srosenberg/dd01bfa35f36a305a866551bdfcb3cc5 to your computer and use it in GitHub Desktop.
Save srosenberg/dd01bfa35f36a305a866551bdfcb3cc5 to your computer and use it in GitHub Desktop.
GIPHY Steganography: embedding secrets into animated GIFs

Install the encoder,

git clone https://github.com/vipyne/giffy
make giffy

Encode the secret and upload to https://giphy.com/

./giffy.exe e ~/Downloads/Lebowski.gif ~/Downloads/Lebowski_secret.gif 'Here is the password for launching the nukes: '0000'. Enjoy world decimation!'

Click on Result URL and "Save Image As" to giphy.gif. Decode the secret,

./giffy.exe d ~/Downloads/giphy.gif

Here is the password for launching the nukes: 0000. Enjoy world decimation!
@johndoe22
Copy link

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