|
|
|
|
|
by hefeweizen
2785 days ago
|
|
Linux fscrypt[1] [which Android uses for user data] doesn't work like that, you don't need to mount/unmount to decrypt: if the key is evicted from the linux keyring and the page cache is cleared, the user data will not be accessible on locked screen, even by root. It needs the a key in the kernel keyring to decrypt the pages associated with just the encrypted files. It's pretty neat! [1] https://www.kernel.org/doc/html/v4.18/filesystems/fscrypt.ht... |
|