An open API service indexing awesome lists of open source software.

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

Hide file using Least Significant bits method.
https://github.com/gwen001/php-stegano-lsb

lsb-steganography php private secrets security-tools steganography

Last synced: 10 months ago
JSON representation

Hide file using Least Significant bits method.

Awesome Lists containing this project

README

          

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
```

```
$ php stegano_decode.php
Usage: stegano_decode.php
```

---

Feel free to [open an issue](/../../issues/) if you have any problem with the script.