menu
easy_flu_utils package
documentation
utils/crypto_utils.dart
HiveCryptoAdapter
getHiveEncryptionKey method
getHiveEncryptionKey method
dark_mode
light_mode
getHiveEncryptionKey
method
List
<
int
>
getHiveEncryptionKey
(
)
获取Hive加密密钥(32字节)
Implementation
List<int> getHiveEncryptionKey() { return _derivedKey.toList(); }
easy_flu_utils package
documentation
utils/crypto_utils
HiveCryptoAdapter
getHiveEncryptionKey method
HiveCryptoAdapter class