We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3790f18 commit 19fbbe0Copy full SHA for 19fbbe0
services/crypto/constants.h
@@ -4,7 +4,7 @@
4
5
// According to this explanation: https://github.com/flipperdevices/flipperzero-firmware/issues/2885#issuecomment-1646664666
6
// disabling usage of any key which is "the same across all devices"
7
-#define ACCEPTABLE_CRYPTO_KEY_SLOT_START (6)
+#define ACCEPTABLE_CRYPTO_KEY_SLOT_START (12)
8
#define ACCEPTABLE_CRYPTO_KEY_SLOT_END (100)
9
10
#define DEFAULT_CRYPTO_KEY_SLOT ACCEPTABLE_CRYPTO_KEY_SLOT_START
0 commit comments