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. About client to remote database connection
Forum Updated to NodeBB v4.3 + New Features

About client to remote database connection

Scheduled Pinned Locked Moved Unsolved General and Desktop
6 Posts 2 Posters 430 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.
  • U Offline
    U Offline
    U7Development
    wrote on 30 Jan 2020, 14:54 last edited by U7Development
    #1

    Hello!

    I was developing my program with direct client to MySql connection relationship, but a friend tolds me that is unsecured... he says that i need to use REST because is not hard to see server autentication using a dessembler program..

    I'm pretty new to this thing, is that true?.. ..
    I was looking there is a plugin Qt REST Beta never used of course...

    Any suggestion?.. or can i safely continue using the original relationship?

    Thanks

    J 1 Reply Last reply 30 Jan 2020, 14:56
    0
    • U U7Development
      30 Jan 2020, 14:54

      Hello!

      I was developing my program with direct client to MySql connection relationship, but a friend tolds me that is unsecured... he says that i need to use REST because is not hard to see server autentication using a dessembler program..

      I'm pretty new to this thing, is that true?.. ..
      I was looking there is a plugin Qt REST Beta never used of course...

      Any suggestion?.. or can i safely continue using the original relationship?

      Thanks

      J Offline
      J Offline
      jsulm
      Lifetime Qt Champion
      wrote on 30 Jan 2020, 14:56 last edited by
      #2

      @U7Development said in About client to remote database connection:

      see server autentication using a dessembler program

      This is only true if you store the authentication data in your app.

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1
      • U Offline
        U Offline
        U7Development
        wrote on 30 Jan 2020, 15:02 last edited by
        #3

        ok!.. so where should i store it, in server, cloud.. or somewhere else?..
        Thanks..

        J 1 Reply Last reply 30 Jan 2020, 15:42
        0
        • U U7Development
          30 Jan 2020, 15:02

          ok!.. so where should i store it, in server, cloud.. or somewhere else?..
          Thanks..

          J Offline
          J Offline
          jsulm
          Lifetime Qt Champion
          wrote on 30 Jan 2020, 15:42 last edited by
          #4

          @U7Development Do you have to store it? You could ask the user for the authentication data. Or do you want to avoid this?

          https://forum.qt.io/topic/113070/qt-code-of-conduct

          U 1 Reply Last reply 30 Jan 2020, 18:24
          3
          • J jsulm
            30 Jan 2020, 15:42

            @U7Development Do you have to store it? You could ask the user for the authentication data. Or do you want to avoid this?

            U Offline
            U Offline
            U7Development
            wrote on 30 Jan 2020, 18:24 last edited by U7Development
            #5

            @jsulm i would like the user select a preset (from a QComboBox) and then he types his password to login...

            J 1 Reply Last reply 31 Jan 2020, 05:16
            0
            • U U7Development
              30 Jan 2020, 18:24

              @jsulm i would like the user select a preset (from a QComboBox) and then he types his password to login...

              J Offline
              J Offline
              jsulm
              Lifetime Qt Champion
              wrote on 31 Jan 2020, 05:16 last edited by
              #6

              @U7Development said in About client to remote database connection:

              then he types his password to login

              So, no need to store the password anywhere

              https://forum.qt.io/topic/113070/qt-code-of-conduct

              1 Reply Last reply
              1

              1/6

              30 Jan 2020, 14:54

              • Login

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