utelle / SQLite3MultipleCiphers

SQLite3 encryption extension with support for multiple ciphers
https://utelle.github.io/SQLite3MultipleCiphers/
MIT License
377 stars 71 forks source link

Removal of user authentication extension #138

Open utelle opened 7 months ago

utelle commented 7 months ago

According to this post on the SQLite forum the User Authentication Extension has been formally deprecated (see also SQLite Check-In message or deprecation notice in file user-auth.txt).

Therefore I intend to remove the User Authentication Extension from the SQLite3 Multiple Ciphers code base for the next release.

If someone has strong arguments to keep this extension in the SQLite3 Multiple Ciphers code base, please drop a note here.

utelle commented 5 months ago

No feedback is also a kind of feedback.

For the version of SQLite3 Multiple Ciphers based on SQLite 3.46.0 (expected in July 2024) the source code of the user authentication extension will be removed from the code base.

topmin commented 5 months ago

Good!