0

What are the allowed characters for the passphrase? Are all unicode valid?

(SQLite documentation search gives back no results for "password")

For length I read here that it is considering only the first 16 characters of the password.

adtewa
  • 189
  • 10
  • Sqlite itself doesn't do encryption or passwords. Which extension are you using to get that functionality? – Shawn Jan 09 '20 at 20:47
  • I saw sqlite connection with password [here](https://stackoverflow.com/questions/1381264/password-protect-a-sqlite-db-is-it-possible) with C#. Ultimately I'd like to do this through java. And also I saw this encryption part of sqlite [here](https://www.sqlite.org/see/doc/release/www/readme.wiki). (Well part: extension) – adtewa Jan 09 '20 at 21:10

0 Answers0