Hacker News new | ask | show | jobs
by infinite_snoop 4525 days ago
Can this be used to hide API keys? It's fairly trivial to decompile an APK file. As another poster pointed out the key for Conceal would need to be stored somewhere also.

Any ideas or best practises of hiding API keys? Google has not turned up much. This Stackoverflow suggests storing keys remotely, but surely that too would be trivial to hack:

http://stackoverflow.com/questions/10203910/anti-hack-soluti...