> The problem is that the air installation package contains all the source and I don't want to give away my shared secret. Is there any way to do this?
You've got to give the secret out in some fashion or another - otherwise the application won't be able to decrypt the picture or whatever is it.. Even if you obfuscate it, it'll still be somewhere (in memory or whatever).
Maybe this requires a rethink of your security model? What are you trying to secure?
You've got to give the secret out in some fashion or another - otherwise the application won't be able to decrypt the picture or whatever is it.. Even if you obfuscate it, it'll still be somewhere (in memory or whatever).
Maybe this requires a rethink of your security model? What are you trying to secure?