11/08
2016
Pure PHP implementation of Pokemon Go encrypt.c
Pure PHP implementation of Pokemon Go encrypt.c, (*1)
This repository can be installed via composer: ``` bash composer require pogo-php/pogoencrypt-php, (*2)
# Usage The following method can be used to perform uk6 encryption: ``` php POGOEncrypt\Encrypt::encrypt($input, $iv)
To check if the output is as expected, you can run
bash
php tests.php
, (*3)