/RC4-PHP

Simple implementation of RC4 Encryption / Decryption in php with test cases

Primary LanguagePHPMIT LicenseMIT

RC4-PHP

Simple implementation of RC4 Encryption / Decryption in php with test cases

Installation

  1. git clone this module git clone git@github.com:tegaadigu/RC4-PHP.git
  2. cd into project directory
  3. Run composer install to install all dependencies ( mainly phpunit )

Congratulations you've installed the project.

Running The App

In your terminal, enter php app.php (this assumes you have the php cli installed) if not download php_cli

Running Test Cases

This application uses phpunit for its test cases. To run the tests, enter phpunit tests from the root directory of the project.

ps you can download phpunit if you dont already have it installed also install it globally.