Free online LSB steganography tool. Hide secret messages inside PNG images. 100% client-side processing โ nothing is uploaded to any server.
Client-Side ยท Zero UploadLSB (Least Significant Bit) steganography is a technique for hiding secret information within digital images. Each pixel consists of RGB color channels, each represented by 8 bits (0-255). By modifying the least significant bit of each channel, information can be stored without perceptible changes to the image.
Digital watermarking, covert communication, copyright protection, secure message passing, CTF challenges.
LSB (Least Significant Bit) steganography hides information in the least significant bits of image pixels. The changes are invisible to the human eye.
PNG is recommended (lossless). JPG lossy compression destroys hidden data. BMP and WebP (lossless) are also supported.
Capacity depends on image size. A 1000ร1000 PNG can hide ~375KB of text (about 190,000 characters).
All processing happens in your browser. Images and messages are never uploaded to any server.
Changes are imperceptible. LSB modifies the lowest bit of each color channel, affecting pixel values by at most 1/256.