Android In App Billing: securing application public key
Something like this: String Base64EncodedPublicKey key = “Ak3jfkd” + GetMiddleBit() + “D349824”; or String Base64EncodedPublicKey key = DecrementEachletter(“Bl4kgle”) + GetMiddleBit() + ReverseString(“D349824”); or anything that doesn’t put the key in base64 plaintext in a single string. Probably also something that doesn’t store the key in base64 would be a good idea too, since raw base64 … Read more