Skip to content

cweiske/xposed-ouya-plain-purchases

Repository files navigation

OUYA plain purchases

Xposed module that deactivates encryption on the OUYA Android gaming console.

Its goal is that purchase requests get sent plain-text to the discover store server, and the server may reply with plain text purchase receipts.

Works by patching javax.crypto.Cipher::doFinal(byte[]) to return the input without encryption/decryption.

It needs to be installed as system application to prevent Final Fantasy III from crashing.

Development hints

  • Version number can be changed in xposed-ouya-plain-purchases/build.gradle

About

Xposed module that deactivates encryption on the OUYA Android gaming console. Mirror of https://git.cweiske.de/xposed-ouya-plain-purchases.git

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages