pogo-php / pogoencrypt-php
There is no license information available for the latest version (1.0) of this package.
Pure PHP implementation of Pokemon Go encrypt.c
1.0
2016-08-11 16:48 UTC
Requires
- php: >=5.5
This package is not auto-updated.
Last update: 2024-11-09 20:56:08 UTC
README
Pure PHP implementation of Pokemon Go encrypt.c
Installation
This repository can be installed via composer:
composer require pogo-php/pogoencrypt-php
Usage
The following method can be used to perform uk6 encryption:
POGOEncrypt\Encrypt::encrypt($input, $iv)
Tests
To check if the output is as expected, you can run
php tests.php