Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Need to set password for my DB
Qt 6.11 is out! See what's new in the release blog

Need to set password for my DB

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 468 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    AboutClod
    wrote on last edited by
    #1

    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.

    Christian EhrlicherC 1 Reply Last reply
    0
    • A AboutClod

      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.

      Christian EhrlicherC Online
      Christian EhrlicherC Online
      Christian Ehrlicher
      Lifetime Qt Champion
      wrote on last edited by
      #2

      SQLCipher has 3.44.2 in it's repo. And they also provide commercial support so...

      Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
      Visit the Qt Academy at https://academy.qt.io/catalog

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved