diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-12-24 22:55:21 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-12-24 22:55:21 -0500 |
| commit | 38bfd8162fa3f6a5b9a4a95d22c5b848a85f50af (patch) | |
| tree | 0106dcd2a15442c1812142b53bc001e33eecf2d7 /static/faq.html | |
| parent | d3da06814dc706d2f1dd207cbdb6e2e0b6584ee3 (diff) | |
device encryption -> global encryption for clarity
Diffstat (limited to 'static/faq.html')
| -rw-r--r-- | static/faq.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/faq.html b/static/faq.html index e2a82b22..dd3bd15e 100644 --- a/static/faq.html +++ b/static/faq.html @@ -336,10 +336,10 @@ <p>File data is encrypted with AES-256-XTS and file names with AES-256-CTS. A unique key is derived using HKDF-SHA512 for each regular file, directory and - symbolic link from the per-profile encryption keys, or the device encryption + symbolic link from the per-profile encryption keys, or the global encryption key for non-sensitive data stored outside of profiles. The directory key is used to encrypt the file names. GrapheneOS increases the file name padding - from 16 bytes to 32 bytes. AES-256-XTS with the device encryption key is also + from 16 bytes to 32 bytes. AES-256-XTS with the global encryption key is also used to encrypt filesystem metadata as a whole beyond the finer-grained file name encryption.</p> |
