Android Security Auditing: Investigating Unauthorized Screenshots
tech.michaelaltfield.net
Android Security Auditing: Investigating Unauthorized Screenshots
1–10 of 43 posts
Re: Android Security Auditing: Investigating Unauthorized Screenshots
#2Re: Android Security Auditing: Investigating Unauthorized Screenshots
#3Can someone explain to me what the problem is? Why are the screenshots considered unauthorized?
Re: Android Security Auditing: Investigating Unauthorized Screenshots
#4Re: Android Security Auditing: Investigating Unauthorized Screenshots
#5Re: Android Security Auditing: Investigating Unauthorized Screenshots
#6The screenshots were for "recent apps" navigation, they weren't being uploaded anywhere, apps can set "FLAG_SECURE" to prevent it, the device was rooted, and the files were "...inaccessible to most apps, except those to which I grant root access." ? Can someone explain to me what the problem is? Why are the screenshots considered unauthorized?
The additional point he's trying to make is that app developers should use FLAG_SECURE if its confidential data - messaging probably should be, and his bitcoin app should almost certainly be.
Re: Android Security Auditing: Investigating Unauthorized Screenshots
#7The screenshots were for "recent apps" navigation, they weren't being uploaded anywhere, apps can set "FLAG_SECURE" to prevent it, the device was rooted, and the files were "...inaccessible to most apps, except those to which I grant root access." ? Can someone explain to me what the problem is? Why are the screenshots considered unauthorized?
Re: Android Security Auditing: Investigating Unauthorized Screenshots
#8The screenshots were for "recent apps" navigation, they weren't being uploaded anywhere, apps can set "FLAG_SECURE" to prevent it, the device was rooted, and the files were "...inaccessible to most apps, except those to which I grant root access." ? Can someone explain to me what the problem is? Why are the screenshots considered unauthorized?
The conclusion is there's no problem, that it wasn't the nefarious activity that he originally thought it was. The additional point he's trying to make is that app developers should use FLAG_SECURE if its confidential data - messaging probably should be, and his bitcoin app should almost certainly be.
Re: Android Security Auditing: Investigating Unauthorized Screenshots
#9The screenshots were for "recent apps" navigation, they weren't being uploaded anywhere, apps can set "FLAG_SECURE" to prevent it, the device was rooted, and the files were "...inaccessible to most apps, except those to which I grant root access." ? Can someone explain to me what the problem is? Why are the screenshots considered unauthorized?
The conclusion is there's no problem, that it wasn't the nefarious activity that he originally thought it was. The additional point he's trying to make is that app developers should use FLAG_SECURE if its confidential data - messaging probably should be, and his bitcoin app should almost certainly be.
Re: Android Security Auditing: Investigating Unauthorized Screenshots
#10I did tell 1password I could see 'en clair' state in the recent apps view some number of versions ago. They said there wasn't much they could do about it.