I understand perfectly how people end up mistakenly pushing credentials into public source repos when releasing server-side stuff. But I don't get how a seemingly sane person develops an application intended for distribution to the public which contains AWS credentials. At what point in your development process do you say "I want this application, which will be distributed to unknown persons, to contain the means to…
Amazon Is Downloading Apps From Google Play and Inspecting Them
51–60 of 113 posts
Re: Amazon Is Downloading Apps From Google Play and Inspecting Them
#52The advantages of doing this are 1) showing Amazon thinks for the customers (well, also for itself) 2) proves it has pro-actively notified the customer and done its due diligence.
This step could serve as a solid proof in any dispute on later security issues or/and related costs.
Smart, I will say.
Re: Amazon Is Downloading Apps From Google Play and Inspecting Them
#53I understand perfectly how people end up mistakenly pushing credentials into public source repos when releasing server-side stuff. But I don't get how a seemingly sane person develops an application intended for distribution to the public which contains AWS credentials. At what point in your development process do you say "I want this application, which will be distributed to unknown persons, to contain the means to…
Re: Amazon Is Downloading Apps From Google Play and Inspecting Them
#54I understand perfectly how people end up mistakenly pushing credentials into public source repos when releasing server-side stuff. But I don't get how a seemingly sane person develops an application intended for distribution to the public which contains AWS credentials. At what point in your development process do you say "I want this application, which will be distributed to unknown persons, to contain the means to…
Some people don't realise their apps can be decompiled, it's not a question of sanity.
(And more often than not, they get there all by themselves -- such people usually appear on my radar asking questions showing they've figured out for themselves that it's a bad idea, they just need help turning that knowledge into practice.)
Re: Amazon Is Downloading Apps From Google Play and Inspecting Them
#55Re: Amazon Is Downloading Apps From Google Play and Inspecting Them
#56Earlier quoted context omitted.
Well, if you want to obfuscate a constant string in your code, you can, e.g. by generating it dynamically from summing two hardcoded integer arrays. Not to say you should, but you can.
That sounds an awful lot like DRM with all its failed approaches…
Re: Amazon Is Downloading Apps From Google Play and Inspecting Them
#57I don't think they are inspecting the app ; they don't need to. They can see that there are a higher-than-average number of API accesses from a given platform, using the AWS Secret Key as the login credential.
Re: Amazon Is Downloading Apps From Google Play and Inspecting Them
#58Re: Amazon Is Downloading Apps From Google Play and Inspecting Them
#59I don't think they are inspecting the app ; they don't need to. They can see that there are a higher-than-average number of API accesses from a given platform, using the AWS Secret Key as the login credential.
Re: Amazon Is Downloading Apps From Google Play and Inspecting Them
#60I see nothing wrong here. They are probably doing this now because it in fact a major problem, even with large, professionally developed apps. About 8 months ago I did a brief analysis of the then-current Vine apk and relatively quickly extracted their S3 credentials (they were not stored in plain text, but close enough). Very bad idea.