🔒 Hide Secret Message
Embed encrypted text messages invisibly inside images using LSB steganography
🎯 How LSB Steganography Works
- Your message is encrypted using XOR cipher
- Encrypted data is converted to binary bits
- Bits are hidden in the least significant bits of pixel values
- Changes are invisible to the human eye
- Output is saved as PNG to preserve data
💡 Tips
- Use strong, memorable encryption keys
- Larger images can hide more data
- 3-channel mode is recommended for efficiency
- Only ASCII characters are supported
- Always keep the output as PNG format