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

Installs: 119

Dependents: 2

Suggesters: 0

Security: 0

Stars: 7

Watchers: 2

Forks: 1

Open Issues: 0

pkg:composer/pogo-php/pogoencrypt-php

1.0 2016-08-11 16:48 UTC

This package is not auto-updated.

Last update: 2025-09-28 01:59:53 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