diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2023-04-22 10:11:04 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2023-04-22 10:19:33 -0400 |
| commit | a42b926f2f92e8783ae1f838d92bf27ed33be06b (patch) | |
| tree | 13d6f5e00cae373beaaafbcd8622c574368a1710 | |
| parent | 959a5717051933765af85e2f6550a7d7dbc6a7f1 (diff) | |
more specific FBE improvement documentation
Older improvements have been obsoleted.
| -rw-r--r-- | static/features.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/static/features.html b/static/features.html index a9baba8e..42a5ab03 100644 --- a/static/features.html +++ b/static/features.html @@ -909,8 +909,10 @@ <p>This is an incomplete list of other GrapheneOS features.</p> <ul> - <li>Low-level improvements to the <a href="/faq#encryption">filesystem-based - full disk encryption</a> used on modern Android</li> + <li>Per-profile encrypted file name padding increased from 16 bytes to 32 + bytes to reduce the information leaked through file name lengths. See the + FAQ section on <a href="/faq#encryption">the filesystem-based full disk + encryption</a> used by modern Android and GrapheneOS for more information.</li> <li>Improved user visibility into persistent firmware security through version and configuration verification with reporting of inconsistencies and debug features being enabled.</li> |
