Skip to content

gwen001/php-stegano-lsb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

php-stegano-lsb

Hide file using Least Significant bits method.

php badge MIT license badge twitter badge


Install

git clone https://github.com/gwen001/php-stegano-lsb

Usage

$ php stegano_encode.php
Usage: stegano_encode.php <file to hide> <host file JPEG|GIF|PNG>
$ php stegano_decode.php
Usage: stegano_decode.php <file hosting the message JPEG|GIF|PNG>

Feel free to open an issue if you have any problem with the script.