Skip to content

bismitpanda/steg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steg

Steg is a rust based tool for steganography of image files.

Currently Supports:

  • PNG
  • TIFF
  • BMP
  • ICO

Note

The JPEG steganography uses code from image crate and jpeg-decoder crate.

  • The src/jpeg folder of steg is a direct copy of src/codecs/jpeg of the image crate with some changes for steganography.
  • The src/jpeg_decoder folder of steg is a copy of src folder of the jpeg-decoder crate with some changes for steganography.

Help

Usage: steg.exe <COMMAND>

Commands:
  e, encode     Encode a message in to an image
  d, decode     Extract the message stored in a message
  c, calculate  Calculate the possible storage capacity of the image
  help       Print this message or the help of the given subcommand(s)

Options:
  -h, --help  Print help

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages