Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

👾 experimenting with steganography, astronomy, and art: a quick-and-dirty proof-of-concept using images from the hubble space telescope

Notifications You must be signed in to change notification settings

autistic-symposium/metaverse-steganography-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

"hidden figures" from the metaverse


⬛️ a quick-and-dirty steganography proof-of-concept using images from the hubble space telescope

⬛️ you should be able to see a hidden image when you shift the focal point of your eyes ;) (with a little practice, it becomes easy!)


💡 steganography is the practice of hiding information and it has been around for centuries. one of the most popular techniques is 'least significant bit (LSB) steganography, when the information hider embeds the secret information in the least significant bits of a media file.



can you see the linux penguin 🐧?




(check other metaverse steganography images here)



running with your images


  • you can create your steganography images. first, install deps with:
pipenv install
  • add env vars:
cp .env.example .env
vim .env
  • add background and foreground images to their respective dirs (background and foreground).

  • finally, run:

./src/main.py

enjoy!

About

👾 experimenting with steganography, astronomy, and art: a quick-and-dirty proof-of-concept using images from the hubble space telescope

Topics

Resources

Stars

Watchers

Forks