POGO-PHP / POGOEncrypt-PHP

Pure PHP implementation of Pokemon Go encrypt.c

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

POGOEncrypt-PHP

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

About

Pure PHP implementation of Pokemon Go encrypt.c


Languages

Language:PHP 100.0%