davdiv / DecryptSQLite

Utility to remove the password of an SQLite database.
9 stars 5 forks source link

DecryptSQLite

This repository contains a simple utility, written in C#, which allows to change the password of an encrypted SQLite database (created with System.Data.SQLite).

Note that you have to know the old password in order to change it (the goal of this utility is not to help recovering a lost password).

How to build

DecryptSQLite depends on System.Data.SQLite, but this dependency is not included in this repository.

Before opening or building this project, please put System.Data.SQLite.DLL at the root of the project (next to this README.md file).

You can then use MonoDevelop to open and build this project.

Note that this project was built and tested with version 1.0.66.0 of System.Data.SQLite.DLL. It might not be compatible with other versions.

How to use

Copyright

The content of this repository is in the Public domain.