gwen001 / php-stegano-lsb

Hide file using Least Significant bits method.

Home Page:https://10degres.net/steganography/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Hide file using Least Significant bits method.

https://10degres.net/steganography/

License:MIT License


Languages

Language:PHP 100.0%