mirror of
https://github.com/PrivSec-dev/privsec.dev
synced 2025-02-20 18:31:35 -05:00
Update ChromeOS Questionable Encryption.md
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
1a004c24cd
commit
5c17b00a3d
@ -9,7 +9,7 @@ author: Tommy
|
||||
|
||||
ChromeOS encrypts user data on the disk by default. The encryption key is protected using a number of factors, which is documented in the [ChromeOS Documentation](https://www.chromium.org/developers/design-documents/tpm-usage/#TOC-Protecting-User-Data-Encryption-Keys).
|
||||
|
||||
Essentially, the user's Google account password, when typed into a the Chromebook (with the security chip intact - be it the TPM, Titan C, or some other chips), will give the encryption key to unlock their files. As such, for confidentiality, it is important that the user's Google account password is never exposed to an attacker. If the threat model requires protection against Google or an attacker who has compromised their servers, the password should be hashed client side before being sent to Google's server.
|
||||
The user's Google account password, when typed into a the Chromebook (with the security chip intact - be it the TPM, Titan C, or some other chips), will give the encryption key to unlock their files. As such, for confidentiality, it is important that the user's Google account password is never exposed to an attacker. If the threat model requires protection against Google or an attacker who has compromised their servers, the password should be hashed client side before being sent to Google's server.
|
||||
|
||||
## What Happens in Practice
|
||||
|
||||
@ -21,6 +21,6 @@ As you can see in the screenshot, the login password "mygloriouspassword" is sub
|
||||
|
||||
## What This Means
|
||||
|
||||
Essentially, this means that if Google is malicious, coerced by the government, or hacked, their servers can record the user password prior to it being hashed. That password can then be used to gain access to the files on the hardware when the attacker gains physical access.
|
||||
This means that if Google is malicious, coerced by the government, or hacked, their servers can record the user password prior to it being hashed. That password can then be used to gain access to the files on the hardware when the attacker gains physical access.
|
||||
|
||||
Just to be clear here, this is not a vulnerability, it's just how the system is designed.
|
||||
Just to be clear here, this is not a vulnerability, it's just how the system is designed.
|
||||
|
Loading…
Reference in New Issue
Block a user