PHPackages                             kzykhys/steganography - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. kzykhys/steganography

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

kzykhys/steganography
=====================

Simple implementation of Steganography (Hiding a hidden message within an image)

889.7k—0%29[1 PRs](https://github.com/kzykhys/Steganography/pulls)PHP

Since Jan 24Pushed 2y ago4 watchersCompare

[ Source](https://github.com/kzykhys/Steganography)[ Packagist](https://packagist.org/packages/kzykhys/steganography)[ RSS](/packages/kzykhys-steganography/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Steganography
=============

[](#steganography)

[![Latest Unstable Version](https://camo.githubusercontent.com/19a9ecb3a0b7a73203674c13253423ee75592b64c0c987e3eef7029dde30d8f5/68747470733a2f2f706f7365722e707567782e6f72672f6b7a796b6879732f73746567616e6f6772617068792f762f756e737461626c652e706e67)](https://packagist.org/packages/kzykhys/steganography)[![Build Status](https://camo.githubusercontent.com/dc572aaacea9613bc196f8917706bc52d547a8554dc81c1db494d52c470d7a21/68747470733a2f2f7472617669732d63692e6f72672f6b7a796b6879732f53746567616e6f6772617068792e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/kzykhys/Steganography)[![Coverage Status](https://camo.githubusercontent.com/acd4f4af7428961f946d808616c394c15e80aca6fc84100eed6c8e94274d5166/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6b7a796b6879732f53746567616e6f6772617068792f62616467652e706e67)](https://coveralls.io/r/kzykhys/Steganography)[![SensioLabsInsight](https://camo.githubusercontent.com/82787d5c3f5ef25e54b4ceb7f1aa0da1dcf263e37691a4c5a7cc75b30f3b9a06/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f32386538313537622d386233332d346435322d386564612d3938366131626666636131642f6d696e692e706e67)](https://insight.sensiolabs.com/projects/28e8157b-8b33-4d52-8eda-986a1bffca1d)

Simple PHP implementation of Steganography (Hiding a hidden message within an image)

Requirements
------------

[](#requirements)

- PHP5.4+

Installation
------------

[](#installation)

Update your composer.json and run `composer update`

```
{
    "require": {
        "kzykhys/steganography": "dev-master"
    }
}
```

Usage
-----

[](#usage)

### Put your message into an image

[](#put-your-message-into-an-image)

```
