Skip to content

Can multiple passwords coexist?😂 #28

Answered by utelle
maxbad asked this question in Q&A
Discussion options

You must be logged in to vote

If you are talking about the SQLite User Authentication extension, then the answer to your question is yes. However, please note that this extension is about user authentication, not database encryption. For its use please consult its documentation.

SQLite3 Multiple Ciphers includes the SQLite User Authentication extension as well as several other extensions, which are enabled by default in the build files coming with SQLite3 Multiple Ciphers, but can be disabled by removing the corresponding preprocessor symbol.

The main feature of SQLite3 Multiple Ciphers is the support of several database encryption schemes. If database encryption is activated, then you have a single passphrase protect…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by utelle
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #27 on March 17, 2021 16:52.