How unsecure is to stay unencrypted?

Search This thread

blackhawk_LA

Senior Member
Dec 27, 2010
1,547
651
HTC One (m7)
Sony Xperia XZ1 Compact
Hello! Yesterday my S22 Ultra was stolen. Everyone knows how does it feels when you lose something that is not only worth nearly 1000$, but also has tons of private information and personal data.
I had a custom ROM installed, and thanks to Samsung firmware, that means having to leave your data unencrypted. I know that most thieves only want the phone for selling it, but of course I'm a bit worried about my data.
My question is: how much more unsecure really is to stay unencrypted? I've read about samsung Knox security being hacked in minutes, so I wonder if in the end there's really a difference (if the thieves want to acces your data, they will do?)
I've just bought an S23U and for the first time, I have doubts about rooting.
I appreciate your answers and opinions.
 

jons99

Senior Member
Nov 5, 2019
347
382
Hello! Yesterday my S22 Ultra was stolen. Everyone knows how does it feels when you lose something that is not only worth nearly 1000$, but also has tons of private information and personal data.
I had a custom ROM installed, and thanks to Samsung firmware, that means having to leave your data unencrypted. I know that most thieves only want the phone for selling it, but of course I'm a bit worried about my data.
My question is: how much more unsecure really is to stay unencrypted? I've read about samsung Knox security being hacked in minutes, so I wonder if in the end there's really a difference (if the thieves want to acces your data, they will do?)
I've just bought an S23U and for the first time, I have doubts about rooting.
I appreciate your answers and opinions.
the difference between encrypted and unencrypted data is when you're data is encrypted if someone tries to look at it he'll only see weird letters and numbers and the only way to decrypt it is with your lockscreen password but if your data isn't encrypted then anyone has access to it no need for password or anything that means credit cards photos contacts everything is right there for the taking you can use the find my phone app to delete your data but I think you need to set it up as an admin app before it can do it I guess what I'm trying to say is stay encrypted if you can
 
  • Like
Reactions: blackhawk_LA

WoKoschekk

Senior Member
Feb 25, 2019
1,575
1
488
Cologne
Moto G6
Moto G6 Plus
Hello! Yesterday my S22 Ultra was stolen. Everyone knows how does it feels when you lose something that is not only worth nearly 1000$, but also has tons of private information and personal data.
I had a custom ROM installed, and thanks to Samsung firmware, that means having to leave your data unencrypted. I know that most thieves only want the phone for selling it, but of course I'm a bit worried about my data.
My question is: how much more unsecure really is to stay unencrypted? I've read about samsung Knox security being hacked in minutes, so I wonder if in the end there's really a difference (if the thieves want to acces your data, they will do?)
I've just bought an S23U and for the first time, I have doubts about rooting.
I appreciate your answers and opinions.
encrypted data => no chance to get any data stored on the user partition. nothing left to say about it.

not encrypted => all data is accessible!! you are able to restore all apps and you are able to open and to use them. to be honest, that's the worst scenario that could happen to you! you could get into serious trouble.
 
  • Like
Reactions: blackhawk_LA

blackhawk_LA

Senior Member
Dec 27, 2010
1,547
651
HTC One (m7)
Sony Xperia XZ1 Compact
Thanks people for your answers. I know that there IS a difference, of course. But (correct me if I'm wrong) there's always the chance for hackers to access encrypted data on the phone.
Even taking this in consideration, I also assume that it's better to have "three padlocks" than one if you want to protect something.

My question is maybe more about % of risk.

I think that if a thieve is stealing phones just to send them, they won't care if it's encrypted or not; they will do a factory reset or send the phone by pieces or whatever. Even if the phone isn't encrypted, it's not that easy for a normal person to erase the lockscreen security, isn't it?

But if they are interested in accesing data (like credit cards, electronic IDs and so) they will find a way no matter if the phone is encrypted or not. Or maybe it will bo so much harder if the phone is encrypted (and maybe depending on model and security issues on firmware) that they will most likely won't ever be able to.
That's what I'm asking, in other words: how easy or hard is to access encrypted data for a thieve?
 

WoKoschekk

Senior Member
Feb 25, 2019
1,575
1
488
Cologne
Moto G6
Moto G6 Plus
it's not that easy for a normal person to erase the lockscreen security, isn't it?
2-3 min. and I have access. with an unlocked bootloader I open TWRP website, get the build, download odin, flash TWRP, start it, hit the "backup" button and get an archive of your data. I wouldn't boot your phone to get around the "find my device" tools.
 
  • Like
Reactions: blackhawk_LA

WoKoschekk

Senior Member
Feb 25, 2019
1,575
1
488
Cologne
Moto G6
Moto G6 Plus
  • Like
Reactions: blackhawk_LA

WoKoschekk

Senior Member
Feb 25, 2019
1,575
1
488
Cologne
Moto G6
Moto G6 Plus
If a phone gets booted into Recovery mode then encryption doesn't take place, means a hacker can steal your data at any time if ADB got successfully enabled on phone.
Upon the initial boot of a modern Android phone your data gets encrypted and keeps encrypted. Even in recovery. What do you think why TWRP has all the trouble with encryption?? In stock recovery you can only use minimal ADB. See source code: https://android.googlesource.com/platform/bootable/recovery/

That means you can only access adb sideload. No data is accessible in recovery since /data gets not mounted!
 

blackhawk_LA

Senior Member
Dec 27, 2010
1,547
651
HTC One (m7)
Sony Xperia XZ1 Compact
2-3 min. and I have access. with an unlocked bootloader I open TWRP website, get the build, download odin, flash TWRP, start it, hit the "backup" button and get an archive of your data. I wouldn't boot your phone to get around the "find my device" tools.
Ok. that mostly answered everything. Thank you very much
 
  • Like
Reactions: WoKoschekk

V0latyle

Forum Moderator
Staff member
Samsung's encryption is too powerful. Their mobile devices are the most secure ones you can get. ;-)
Eh...Not really.

Android Full Disk Encryption is integral to AOSP and while OEMs can modify what they use, such as the minimum key length (256 or 512 bit instead of 128) it's still "built in"

The strength of encryption depends on the algorithm as well as the encryption key. 128 bit AES means that 128 bit key has 2^128 possible values: 3.4028237e+38 possibilities.
 

WoKoschekk

Senior Member
Feb 25, 2019
1,575
1
488
Cologne
Moto G6
Moto G6 Plus
Eh...Not really.

Android Full Disk Encryption is integral to AOSP and while OEMs can modify what they use, such as the minimum key length (256 or 512 bit instead of 128) it's still "built in"

The strength of encryption depends on the algorithm as well as the encryption key. 128 bit AES means that 128 bit key has 2^128 possible values: 3.4028237e+38 possibilities.

Even if your device supports AOSP encryption and decryption, it usually requires custom blob support. The process of figuring this out may take time and may never be done. Some vendors such as Samsung use their own encryption techniques. Without heavy deconstruction/decompiling of custom library blobs, and successful ports by an active maintainer, this may never be done.
 

WoKoschekk

Senior Member
Feb 25, 2019
1,575
1
488
Cologne
Moto G6
Moto G6 Plus
Android Full Disk Encryption is integral to AOSP and while OEMs can modify what they use, such as the minimum key length (256 or 512 bit instead of 128) it's still "built in"
FDE is deprecated and not allowed anymore for newer builds. Even regular FBE is now optimized by the additional use of Inline Encryption.

Screenshot_20230604-191120.png
 

Top Liked Posts

  • There are no posts matching your filters.
  • 2
    I suggest everyone who tinkers with their phones to keep two of them: one which would have sensitive information (like banking apps) should be completely stock (bootloader locked) and the other one can be used for modding. Personally I don't use banking apps on my Android phones (because they require access to SMS and other unnecessary permissions).

    Pretty much all accounts provide an option to view all devices where you have logged in (under the account security section) and you'd be able to sign-out of devices you no longer use or lost. For Google accounts, you'll find it here.

    And you can remotely erase your device using the Find my Device app from Google.
    Having two phones is too much trouble for me. I've decided that having stock rooted ROM with encrypted data is the best compromise for me. Theoretically no one could access my data, despite being easy to erase the phone and sell if is it's robbed (that's what I understand)
    I'm learning a lot with this discussion.
    2
    If a phone gets booted into Recovery mode then encryption doesn't take place, means a hacker can steal your data at any time if ADB got successfully enabled on phone.
    Upon the initial boot of a modern Android phone your data gets encrypted and keeps encrypted. Even in recovery. What do you think why TWRP has all the trouble with encryption?? In stock recovery you can only use minimal ADB. See source code: https://android.googlesource.com/platform/bootable/recovery/

    That means you can only access adb sideload. No data is accessible in recovery since /data gets not mounted!
    1
    Hello! Yesterday my S22 Ultra was stolen. Everyone knows how does it feels when you lose something that is not only worth nearly 1000$, but also has tons of private information and personal data.
    I had a custom ROM installed, and thanks to Samsung firmware, that means having to leave your data unencrypted. I know that most thieves only want the phone for selling it, but of course I'm a bit worried about my data.
    My question is: how much more unsecure really is to stay unencrypted? I've read about samsung Knox security being hacked in minutes, so I wonder if in the end there's really a difference (if the thieves want to acces your data, they will do?)
    I've just bought an S23U and for the first time, I have doubts about rooting.
    I appreciate your answers and opinions.
    the difference between encrypted and unencrypted data is when you're data is encrypted if someone tries to look at it he'll only see weird letters and numbers and the only way to decrypt it is with your lockscreen password but if your data isn't encrypted then anyone has access to it no need for password or anything that means credit cards photos contacts everything is right there for the taking you can use the find my phone app to delete your data but I think you need to set it up as an admin app before it can do it I guess what I'm trying to say is stay encrypted if you can
    1
    Hello! Yesterday my S22 Ultra was stolen. Everyone knows how does it feels when you lose something that is not only worth nearly 1000$, but also has tons of private information and personal data.
    I had a custom ROM installed, and thanks to Samsung firmware, that means having to leave your data unencrypted. I know that most thieves only want the phone for selling it, but of course I'm a bit worried about my data.
    My question is: how much more unsecure really is to stay unencrypted? I've read about samsung Knox security being hacked in minutes, so I wonder if in the end there's really a difference (if the thieves want to acces your data, they will do?)
    I've just bought an S23U and for the first time, I have doubts about rooting.
    I appreciate your answers and opinions.
    encrypted data => no chance to get any data stored on the user partition. nothing left to say about it.

    not encrypted => all data is accessible!! you are able to restore all apps and you are able to open and to use them. to be honest, that's the worst scenario that could happen to you! you could get into serious trouble.
    1
    If a phone gets booted into Recovery mode then encryption doesn't take place, means a hacker can steal your data at any time if ADB got successfully enabled on phone.