- Added test image generation to GH0STB1T imagestego
- Added MCP Server integration, with 10 tools (audio_encode, audio_decode, audio_capacity, audio_analyze, generate_audio_carrier, image_encode, image_decode, image_capacity, image_analyze, generate_image_carrier)
- Random seeding for LSBStego
- Constant time for audio and image steganography
- Initial release of GH0STB1T, with image steganography
- Multi-format image stegranography support (JPG, WEBP, PNG, TIFF, BMP, SVG, GIF)
- Password-protected encryption using AES-256-GCM with ARGON2ID key derivation
- Palette, SVG XML, LSB (Least Significant Bit) steganography implementation
- Command-line interface with encode, decode, analyze, and capacity commands
- Support for hiding multiple files in a single carrier
- Interactive password prompts
- Verbose mode for detailed operation logs
- Test file generation functionality
- Cross-platform compatibility (macOS, Linux)
- Docker containerization
- Support for LLMs
- Initial release of GH0STB1T, with audio steganography
- Multi-format audio steganography support (WAV, FLAC, MP3, M4A, AIFF/AIF)
- Password-protected encryption using AES-256-GCM with ARGON2ID key derivation (legacy AES-256-CBC support maintained)
- LSB (Least Significant Bit) steganography implementation
- Three quality modes: Low (2:1), Normal (4:1), High (8:1)
- Command-line interface with encode, decode, analyze, info, capacity, and test commands
- Support for hiding multiple files in a single carrier
- Interactive password prompts
- Verbose mode for detailed operation logs
- Automatic format conversion using pydub and soundfile
- Test file generation functionality
- Cross-platform compatibility (macOS, Linux)
- Docker containerization
- Support for LLMs