Need to set password for my DB
-
Hello everyone,
I have a desktop application written in QT 6.6.1, and I'm using SQLITE as the database. My company has requested that I ensure not everyone can access the database and view or modify data. Unfortunately, I have already tried the online solutions available on GitHub to use SQLITE with SQLCIPHER, but they are all based on sqlite versions older than 3.40.0. I need versions higher than 3.40.0 because there is a known issue in the older ones (CVE-2022-46908).
I am also willing to change the database, but it should still be a file-based database, and the crucial requirement is that it allows the use of a password.
Thank you in advance, and have a good evening.
-
Hello everyone,
I have a desktop application written in QT 6.6.1, and I'm using SQLITE as the database. My company has requested that I ensure not everyone can access the database and view or modify data. Unfortunately, I have already tried the online solutions available on GitHub to use SQLITE with SQLCIPHER, but they are all based on sqlite versions older than 3.40.0. I need versions higher than 3.40.0 because there is a known issue in the older ones (CVE-2022-46908).
I am also willing to change the database, but it should still be a file-based database, and the crucial requirement is that it allows the use of a password.
Thank you in advance, and have a good evening.
SQLCipher has 3.44.2 in it's repo. And they also provide commercial support so...