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

Maintainers

Package info

github.com/POGO-PHP/POGOEncrypt-PHP

pkg:composer/pogo-php/pogoencrypt-php

Statistics

Installs: 119

Dependents: 2

Suggesters: 0

Stars: 7

Open Issues: 0

1.0 2016-08-11 16:48 UTC

This package is not auto-updated.

Last update: 2026-03-01 04:04:03 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