Generates a strong 32-byte (256-bit) encryption key for secure storage.
This method should be used to create secure keys when needed.
static List<int> generateSecureKey() => Hive.generateSecureKey();