diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-01-10 02:27:11 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-01-10 02:27:11 -0500 |
| commit | 01eedf59d2c07f8dcbd83c5e7d8b65f4b2bdb317 (patch) | |
| tree | 78ae7488299d244ea9f1b371dfbe62e28cc9abe1 /static/faq.html | |
| parent | b34d9577f51fa8ab8bd7fcfae3d828f7c1a9781d (diff) | |
invalid input doesn't attempt key derivation
Diffstat (limited to 'static/faq.html')
| -rw-r--r-- | static/faq.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/static/faq.html b/static/faq.html index be554ac8..b32414e7 100644 --- a/static/faq.html +++ b/static/faq.html @@ -382,6 +382,9 @@ <li>140 or more failed attempts: 86400 second delay (1 day)</li> </ul> + <p>Invalid input outside the minimum or maximum length limits won't trigger an + attempt at authentication or key derivation.</p> + <p>GrapheneOS only officially supports devices with Weaver. The fallback implementation for devices without it is out-of-scope for this FAQ.</p> |
