Initial version
[xposed-ouya-plain-purchases.git] / README.rst
1 ********************
2 OUYA plain purchases
3 ********************
4
5 Xposed__ module that deactivates encryption on the OUYA Android gaming console.
6
7 Its goal is that purchase requests get sent plain-text to the
8 `discover store server`__,
9 and the server may reply with plain text purchase receipts.
10
11 Works by patching ``javax.crypto.Cipher::doFinal(byte[])`` to return
12 the input without encryption/decryption.
13
14 __ https://repo.xposed.info/module/de.robv.android.xposed.installer
15 __ http://cweiske.de/ouya-store-api-docs.htm