On Thu, Sep 4, 2014 at 8:15 AM, Jude Nicolasora <nicolasora.j...@gmail.com> wrote:
> Hi guys, > > I would like to ask help and some guidance on how to decrypt a database > that was encrypted by System.Data.SQLite. > > We have a database which was encrypted using System.Data.SQLite. > The System.Data.SQLite (SDS) encryption is something that was tossed over the wall to us. It is unsupported. And it only works (when it works at all) with SDS. Hence to decrypt the database, you'll have to write a C# application to do the job. Once decrypted, you can then access the database using Java or whatever other programming environment you prefer. > Our team was supposed to decrypt the database file from our client (they > gave us the password) and use the decrypted database. > However, the current system used for development is in Java. > > The solutions and libraries offered online requires us to build the source > files. > So far, I haven't found a way to decrypt the database. > Can you guys point me to a Java-oriented solution? > Or can I manually decrypt the SQLite Database? > > Thanks for your time and am hoping for your kind response, > > Jude Nicolasora, > A Fellow Engineer > _______________________________________________ > sqlite-users mailing list > sqlite-users@sqlite.org > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > -- D. Richard Hipp d...@sqlite.org _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users