Steganography
Data hiding library
This project provides tools and techniques to hide data within digital files by manipulating their least significant bits, allowing for secure data transmission or storage.
Least Significant Bit Steganography for bitmap images (.bmp and .png), WAV sound files, and byte sequences. Simple LSB Steganalysis (LSB extraction) for bitmap images.
572 stars
12 watching
93 forks
Language: Python
last commit: about 1 month ago
Linked from 1 awesome list
bitmapcryptographyctfsteganalysissteganographywav
Related projects:
Repository | Description | Stars |
---|---|---|
dimitarpetrov/stegify | A tool for hiding files within images using Least Significant Bit steganography | 1,207 |
7thsamurai/steganography | Tool for encoding and decoding data by embedding files within images using encryption and Least-Significant-Bit encoding. | 997 |
auyer/steganography | A Go library implementing LSB steganography on images without any dependencies | 318 |
samhooke/steganography | This project provides a collection of steganography algorithms in Matlab for hiding information within images and videos. | 42 |
tancik/stegastamp | A system for hiding and extracting data in photographs while maintaining perceptual similarity | 693 |
cscorza/stegointelligence | Tools for hiding and extracting information within files | 43 |
ktekeli/audio-steganography-algorithms | An audio steganography and watermarking library in MATLAB | 255 |
lukechampine/jsteg | A package for hiding and revealing data within images by modifying the least-significant bits of pixel values. | 609 |
samolds/wavsteg | A tool that hides data within the least significant bits of WAV audio files. | 14 |
dai-lab/steganogan | A tool for creating steganographic images using adversarial training | 304 |
danielcardeenas/audiostego | Software that embeds data into audio files and extracts it automatically | 268 |
zed-0xff/zsteg | Detects hidden data in images using various steganography techniques | 1,322 |
trycatchhcf/cloakify | A tool for hiding data in plain sight by transforming it into innocuous-looking strings | 1,558 |
ajmwagar/stego | A steganographic tool for encoding and decoding data in various formats | 266 |
woodruffw/steg86 | A tool for hiding information in binary executables without altering their size or execution speed | 287 |