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. How can i make my app secure when i deploying a setup on desktop
Qt 6.11 is out! See what's new in the release blog

How can i make my app secure when i deploying a setup on desktop

Scheduled Pinned Locked Moved General and Desktop
4 Posts 4 Posters 1.7k Views 1 Watching
  • 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.
  • ? Offline
    ? Offline
    A Former User
    wrote on last edited by
    #1

    hi,all,
    when i will deployed my app on desktop,.
    my setup only contain some files below:
    app.exe,myplugin1.dll,myplugin2.dll,QtCore4.dll,QtGui4.dll......
    for example:
    anybody will install the setup on their computers based on windows(or lunix,mac).
    then
    there is a secure problem for these files(app.exe,myplugin1.dll,myplugin2.dll.....).

    these files can be modified .
    for example:
    you can modify the dll named "QtCore4.dll" with your opensource qt sdk.
    so you can using your own QtCore4.dll modifed with your hobbyhorse code instead of my QtCore4.dll.
    then my application will be not secure.

    how can i make these files that is not modified when setup them to others pc.
    i think there is a common problem for your app deploying.

    i know a later sign with .net framewrok on window.
    is qt offer a secure method ?????

    1 Reply Last reply
    0
    • ? Offline
      ? Offline
      A Former User
      wrote on last edited by
      #2

      I don't think it's that easy to mod QtCore... If you fear such thing, might as well make yourself your own independence library.

      btw, I think you could sign with Qt commercial SDK,

      1 Reply Last reply
      0
      • ? Offline
        ? Offline
        A Former User
        wrote on last edited by
        #3

        What threads to you want to protect your code against?

        Code running on a computer that a user has full access to is never secure. The user can always change your binary directly, too.

        1 Reply Last reply
        0
        • ? Offline
          ? Offline
          A Former User
          wrote on last edited by
          #4

          What’s about creating checksums for the related files and check them during application start?
          This will increase your security at least a little bit ... but as Tobias wrote before

          bq. The user can always change your binary directly, too

          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