Simple implementation of RC4 Encryption / Decryption in php with test cases
- git clone this module
git clone git@github.com:tegaadigu/RC4-PHP.git
cd
into project directory- Run
composer install
to install all dependencies ( mainly phpunit )
Congratulations you've installed the project.
In your terminal, enter php app.php
(this assumes you have the php cli installed)
if not download php_cli
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.