Steganography
Hide a secret text message inside an ordinary PNG image - the picture looks identical to the eye but carries your hidden note in its pixels.
You can lock the hidden message with a password, so only someone who knows it can read it back.
The result stays a PNG, because the message lives in the least-significant bit of each pixel and re-saving as JPG would erase it.
New to this? Read How to hide a message in an image for a step-by-step walkthrough.
Frequently Asked Questions
What does Steganography do?
Hide a secret text message inside an ordinary PNG image - the picture looks identical to the eye but carries your hidden note in its pixels.
When should I reach for steganography?
Lock the hidden message with a password, so only someone who knows it can read it back.
Is my image or message uploaded to a server?
Everything runs in your browser on your own device - the image and the message are never uploaded to a server.