From 01eedf59d2c07f8dcbd83c5e7d8b65f4b2bdb317 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sun, 10 Jan 2021 02:27:11 -0500 Subject: [PATCH] invalid input doesn't attempt key derivation --- static/faq.html | 3 +++ 1 file changed, 3 insertions(+) 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 @@
  • 140 or more failed attempts: 86400 second delay (1 day)
  • +

    Invalid input outside the minimum or maximum length limits won't trigger an + attempt at authentication or key derivation.

    +

    GrapheneOS only officially supports devices with Weaver. The fallback implementation for devices without it is out-of-scope for this FAQ.