Skip to content

InformaticFreak/steganography-toolbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stenography Toolbox

A toolbox for steganography:

  • Hide file in image
  • Hide file in audio

Requirements

python -m pip install -r requirements.txt

Demo

Hide text in image

usage hide

Input image:

input image

Input text:

Hello, World!
EOF

Output image:

output image

usage seek

Extrated text:

extracted.txt

Hello, World!

Hello, World!

Hello, World!

Hello, World!

Hello, World!

Hello, World!

Hello, Wor...