System.Data.SQLite

Login
This project makes use of Eagle, provided by Mistachkin Systems.
Eagle: Secure Software Automation
Ticket Hash: 2c46dd0476f28cc017c13f15db6d201525bdb0b1
Title: Can't open a password database
Status: Closed Type: Incident
Severity: Important Priority: Medium
Subsystem: Native_Assembly Resolution: Works_As_Designed
Last Modified: 2014-01-31 00:06:13
Version Found In: x64-2012-1.0.90.0
User Comments:
anonymous added on 2014-01-30 14:37:38: (text/x-fossil-plain)
If I set a a password with System.Data.Sqlite I can't open the db in any sqlite db admin. And if I set the password in the db admin I can't open it with System.Data.Sqlite

mistachkin added on 2014-01-31 00:06:13: (text/x-fossil-plain)
The legacy CryptoAPI-based codec that System.Data.SQLite uses is not necessarily
compatible with other encrypted SQLite database formats (including those that may
be used by third-party applications).

It may be possible to recompile the third-party applications to support the codec
used by System.Data.SQLite; however, this is unsupported.