Skip to content

Latest commit

 

History

History
52 lines (40 loc) · 1.85 KB

File metadata and controls

52 lines (40 loc) · 1.85 KB

Changelog

0.0.3

Added

  • 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)

Fixed

  • Random seeding for LSBStego
  • Constant time for audio and image steganography

0.0.2 - 2026-02-05

Added

ImageStego
  • 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

0.0.1 - 2026-01-18

Added

AudioStego

  • 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