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.
- Host: GitHub
- URL: https://github.com/gwen001/php-stegano-lsb
- Owner: gwen001
- License: mit
- Created: 2015-11-01T20:04:23.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-11-17T20:37:41.000Z (over 3 years ago)
- Last Synced: 2025-05-09T01:37:31.299Z (about 1 year ago)
- Topics: lsb-steganography, php, private, secrets, security-tools, steganography
- Language: PHP
- Homepage: https://10degres.net/steganography/
- Size: 7.81 KB
- Stars: 5
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
php-stegano-lsb
Hide file using Least Significant bits method.
---
## 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.