Tool with SQLite Expert Professional 3 can still open
Posted: Wed 23 Apr 2014 08:20
UniConnection.Database : = 'C:\sqlite_encoded.db3'; // the name of the database to be created
UniConnection.SpecificOptions.Values['ForceCreateDatabase'] := 'True'; // this will allow to create the new database
UniConnection.SpecificOptions.Values['Direct'] := 'True'; // database file encryption is supported in the Direct mode only
UniConnection.SpecificOptions.Values['EncryptionAlgorithm'] := 'leBlowfish'; // the database will be encrypted with the Blowfish encryption algorithm
UniConnection.SpecificOptions.Values['EncryptionKey'] := '11111'; // the encryption key for the database
UniConnection.Open;
--------------------
用 SQLite Expert Professional 3 工具还是能打开啊,
Tool with SQLite Expert Professional 3 can still open
根本不需要秘码
Do not need a password
why ??
UniConnection.SpecificOptions.Values['ForceCreateDatabase'] := 'True'; // this will allow to create the new database
UniConnection.SpecificOptions.Values['Direct'] := 'True'; // database file encryption is supported in the Direct mode only
UniConnection.SpecificOptions.Values['EncryptionAlgorithm'] := 'leBlowfish'; // the database will be encrypted with the Blowfish encryption algorithm
UniConnection.SpecificOptions.Values['EncryptionKey'] := '11111'; // the encryption key for the database
UniConnection.Open;
--------------------
用 SQLite Expert Professional 3 工具还是能打开啊,
Tool with SQLite Expert Professional 3 can still open
根本不需要秘码
Do not need a password
why ??