Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

5
  • 1
    When the phone is locked it doesn't necessarily mean it's encrypted. Usually it's the other way around.
    – Izzy
    Commented Apr 14, 2018 at 14:38
  • @Izzy, isn't it File-Based Encrypted with direct boot (source.android.com/security/encryption/file-based) ?
    – IT-Fan
    Commented Apr 14, 2018 at 16:45
  • 1
    As I wrote: Encryption will certainly require a "lock" (password) – but a lock doesn't require encryption. Screen lock usually doesn't: while you lock your screen, the file system stays "decrypted".
    – Izzy
    Commented Apr 14, 2018 at 16:50
  • @Izzy, even the file system stays "decrypted" but the rest still stay encrypted right ? We still need the key to decrypt in order to fully use, don't we ?
    – IT-Fan
    Commented Apr 15, 2018 at 1:30
  • 1
    I don't understand what you mean. When locking the screen one simply locks the screen, nothing else. If encrypted, the file system always "stays encrypted" – even if the device is unlocked and you're working with it. Knowing the encryption key and passphrase, the OS can access it. As soon as you shut down, the passphrase is forgotten and the file system thus inaccessible. But that has nothing to do with locking/unlocking the screen. IOW, "bypassing the lock screen" doesn't touch encryption, AFAIK.
    – Izzy
    Commented Apr 15, 2018 at 8:37