diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 4b69497..171a6ec 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -15,4 +15,5 @@ In chronological order based on the first contribution. - [Akshay Sunil Masare (aksmas)](https://github.com/aksmas) - [Geoffrey Casper (Geo25rey)](https://github.com/Geo25rey) - [Chris Ridenour (cridenour)](https://github.com/cridenour) -- [filkata](https://github.com/filkata) \ No newline at end of file +- [filkata](https://github.com/filkata) +- [abcjjy](https://github.com/abcjjy) \ No newline at end of file diff --git a/README.md b/README.md index 0cbb7e3..2e34c81 100644 --- a/README.md +++ b/README.md @@ -343,6 +343,8 @@ Database encryption of any kind is **not** supported in this plugin. Nor are the The addition of database encryption might be up for reconsideration if, and only if, a future release of SQLite introduces native support of this feature without requiring the purchase of a license. +A modification of this plugin, which allows encryption, was done by [abcjjy](https://github.com/abcjjy) by swapping out SQLite with [SQLCipher](https://www.zetetic.net/sqlcipher/) and can be found [here](https://github.com/abcjjy/godot-sqlcipher/tree/gd-extension). Direct all issues and feature requests regarding this implementation to its own dedicated repository. + ***NOTE**: The natively supported [SQLite Encryption Extension (SEE)](https://sqlite.org/com/see.html) is not applicable as it requires the purchase of a license for the one-time fee of 2000$* # How to export?