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