Skip to content

Commit

Permalink
Add link to abcjjy's encryption implementation to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
2shady4u committed Aug 15, 2024
1 parent a873d6e commit 47df5ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
- [filkata](https://github.com/filkata)
- [abcjjy](https://github.com/abcjjy)
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down

0 comments on commit 47df5ea

Please sign in to comment.