plex_database/plex_db_codec library
Functions
-
createAesEncryptionCodec(
List< int> key) → SembastCodec - Creates an AES-256-CBC SembastCodec for database encryption.
-
getOrCreateDbKey(
[FlutterSecureStorage? storage]) → Future< List< int> > - Loads or creates a 32-byte key for database encryption.