diff --git a/services/crypto/constants.h b/services/crypto/constants.h index ea4aa3739d1..294ae4361a9 100644 --- a/services/crypto/constants.h +++ b/services/crypto/constants.h @@ -4,7 +4,7 @@ // According to this explanation: https://github.com/flipperdevices/flipperzero-firmware/issues/2885#issuecomment-1646664666 // disabling usage of any key which is "the same across all devices" -#define ACCEPTABLE_CRYPTO_KEY_SLOT_START (6) +#define ACCEPTABLE_CRYPTO_KEY_SLOT_START (12) #define ACCEPTABLE_CRYPTO_KEY_SLOT_END (100) #define DEFAULT_CRYPTO_KEY_SLOT ACCEPTABLE_CRYPTO_KEY_SLOT_START