defaultKeyPhrase constant

String const defaultKeyPhrase

Fallback key phrase used when configure has never been called.

⚠️ Replace this before shipping. Ideally load the real passphrase from a secure vault and call configure in main().

Implementation

static const String defaultKeyPhrase =
    'crypto_kit_default_phrase_CHANGE_ME_before_prod';