generateSecureKey static method

List<int> generateSecureKey()

Generates a strong 32-byte (256-bit) encryption key for secure storage.

This method should be used to create secure keys when needed.

Implementation

static List<int> generateSecureKey() => Hive.generateSecureKey();