diff options
| -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> |
