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 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.
  • U Offline
    U Offline
    U7Development
    wrote on 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

    jsulmJ 1 Reply Last reply
    0
    • U U7Development

      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

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on 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 last edited by
        #3

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

        jsulmJ 1 Reply Last reply
        0
        • U U7Development

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

          jsulmJ Offline
          jsulmJ Offline
          jsulm
          Lifetime Qt Champion
          wrote on 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
          3
          • jsulmJ jsulm

            @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 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...

            jsulmJ 1 Reply Last reply
            0
            • U U7Development

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

              jsulmJ Offline
              jsulmJ Offline
              jsulm
              Lifetime Qt Champion
              wrote on 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

              • Login

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