encryptionKey property

List<int>? encryptionKey
final

The key used to encrypt the entire Realm.

A full 64byte (512bit) key for AES-256 encryption. Once set, must be specified each time the file is used. If null encryption is not enabled.

Implementation

final List<int>? encryptionKey;