Skip to content
🎉 Welcome! Enjoy your reading, and I hope you will learn something new.

Image Steganography

Tools

ToolDescription
TweakPNGPNG structure editor and chunk inspector
PngcheckValidates and analyzes PNG file chunks
zstegDetects LSB steganography in PNG/BMP files
stegseekFast steghide password cracker and extractor
steghideEmbeds and extracts hidden data in media files
stegsolveJava GUI for visual steganography analysis
iStegSimple image steganography encoder/decoder

Online tools

ToolDescription
ForensicallyOnline image forensics and metadata analysis suite
FotoForensicsError Level Analysis (ELA) and image tampering detection
StegOnlineBrowser-based PNG steganography analysis tool
Aperi’SolveAutomated steganography and file analysis platform
Steganographic DecoderDecodes hidden messages from simple steganography
Steganography OnlineWeb tool for hiding and extracting text in images
Hexadecimal -> imageConverts hexadecimal pixel data into images
QRCode Reader - AsposeOnline QR code recognition and decoding
InliteOnline barcode and QR code reader

Techniques

LSB

Least Significant Bit (LSB) steganography is a technique to hide bits of data in the least significant bits of the channels of an image or audio file.

LSB Steganography
https://www.researchgate.net/figure/Steganography-scheme-Example-of-embedding-a-data-in-LSB-Taken-from-24_fig5_357715100

PVD

Pixel Value Differencing (PVD) technique is a …

EMD

PIT

Pixel Indicator Technique (PIT) is a …

LPS

Linked Pixel Steganography (LPS) technique is a variant of the well-known LSB steganography where one channel stores the actual data while the other stores the position/coordinates of the next chunk of data.

Resources

Last updated on