Earlier quoted context omitted.
> Nothing instills confidence in cryptographic code like the constants "bananas" and "seems legit...". And a class called "SlightySecurePreferences". One gets the feeling that the programmer responsible knew exactly what he was doing, but had been told to do it anyways.
[deleted]
Decrypting Android Snapchat images
41–50 of 65 posts
Re: Decrypting Android Snapchat images
#42The end of Snapchat? I cannot understand people who confide their privacy to companies like Apple and Snapchat. Of course their photos will be 'leaked'. It's just a matter of time.
Re: Decrypting Android Snapchat images
#43The fundamental problem here is application security in situations of rooted devices is non-existent. Android lacks mechanisms for apps to tell they're running as root too (as the root user could disable this) so you can't disable functioning on rooted devices. (Chrome OS does not have this problem, as the official builds are signed by a single authority). Newer Android versions have support for hardware DRM modules…
[deleted]
If you choose to have root, fair enough, but that decision does mean certain applications should cease to work. Simply banning all those applications from being allowed isn't really a solution at all.
Personally, I prefer to carry separate devices which are rooted and not, and this strikes me as the only viable way forward.
Some of your tech details are wrong btw. It is quite possible to get images on the screen which can't be accessed by the CPU, for example. Phones are not architecturally anything like as simple as desktop PCs.
Re: Decrypting Android Snapchat images
#44Earlier quoted context omitted.
They shouldn't store the images on the phone. You should be only able to view the image immediately after downloading it. After 10 seconds of viewing the image, everything gets deleted from ram.
I wonder why they didn't choose this path. A trade off for better usability ? Why would an app break it's core promise to offer better usability ?
Re: Decrypting Android Snapchat images
#45Earlier quoted context omitted.
[deleted]
You are not providing for the security of those that own the content, either in the case of a movie studio or in this case the taker of the photograph. If you choose to have root, fair enough, but that decision does mean certain applications should cease to work. Simply banning all those applications from being allowed isn't really a solution at all. Personally, I prefer to carry separate devices which are rooted and…
Re: Decrypting Android Snapchat images
#46I don't understand why it says the IVs are unnecessarily stored as without them you could not decrypt the first block for each image properly.
Re: Decrypting Android Snapchat images
#47It was too easy. This is why things like 'The Snappening' happen (note: I never did anything evil like that, but it would not have been hard).
Re: Decrypting Android Snapchat images
#48Earlier quoted context omitted.
In the end the application needs a key to decrypt the storage. That key has to be stored somewhere on the device. On a rooted phone there is no place out of reach, so all they can do is make the storage obscure. Unless the hardware provides some inaccessible secure thingy there's not much they can do... I guess even if it did a script like that could access the secure thingy via USB debug as well. I don't think the d…
No matter how secure they store the photo, at the end the day a simple screenshot makes it all for nothing. It would be cool if Android had some API to disable screenshots.
Only problem: Someone could still decompile your app, use your API and request the decryption keys.
Re: Decrypting Android Snapchat images
#49Earlier quoted context omitted.
In the end the application needs a key to decrypt the storage. That key has to be stored somewhere on the device. On a rooted phone there is no place out of reach, so all they can do is make the storage obscure. Unless the hardware provides some inaccessible secure thingy there's not much they can do... I guess even if it did a script like that could access the secure thingy via USB debug as well. I don't think the d…
No matter how secure they store the photo, at the end the day a simple screenshot makes it all for nothing. It would be cool if Android had some API to disable screenshots.
The reason why Snapchat has screenshot notification is actually due to that API being absent from iOS for a long time.
Re: Decrypting Android Snapchat images
#50Earlier quoted context omitted.
I wonder why they didn't choose this path. A trade off for better usability ? Why would an app break it's core promise to offer better usability ?
Because it's still totally flawed? Nothing stops anyone from writing a program that pretends to be Snapchat and downloads the keys and images as it pleases.