sqlcipher_library_windows library

Constants

assets_package_dir → const String
relative path to
openssl_lib_crypto_dll → const String
relative path to OpenSSL library 1
openssl_lib_ssl_dll → const String
relative path to OpenSSL library 2
sqlcipher_windows_dll → const String
relative path to SQLCipher library file

Functions

openSQLCipherOnWindows({bool useOpenSSLEmbededDlls = true}) DynamicLibrary
This function open SQLCipher in memory and return the associated DynamicLibrary. Return null if app fail to open SQLCipher. set useOpenSSLEmbededDlls to false if you prefer let Windows searching DLLs on the system