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. Protect files that are downloaded in flat mode to the PC
Forum Updated to NodeBB v4.3 + New Features

Protect files that are downloaded in flat mode to the PC

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 160 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.
  • J Offline
    J Offline
    jchaviano
    wrote on last edited by
    #1

    I am developing an application in qt with qml. My question is the following: my project will need files that will be downloaded from the cloud but I do not want the end clients to simply use these files from another application, how can I protect these source files. Can someone give me a direction for this, some library, some code for this

    JKSHJ 1 Reply Last reply
    0
    • J jchaviano

      I am developing an application in qt with qml. My question is the following: my project will need files that will be downloaded from the cloud but I do not want the end clients to simply use these files from another application, how can I protect these source files. Can someone give me a direction for this, some library, some code for this

      JKSHJ Offline
      JKSHJ Offline
      JKSH
      Moderators
      wrote on last edited by
      #2

      @jchaviano said in Protect files that are downloaded in flat mode to the PC:

      my project will need files that will be downloaded from the cloud but I do not want the end clients to simply use these files from another application, how can I protect these source files.

      Once the bytes are on your user's machine, there is no way for you to enforce the rule that the bytes can only be loaded by one application but not by another application.

      Some options are:

      • Encrypt the files and give your app the ability to decrypt them.
      • Don't let the files get downloaded to disk. Let your application download them directly from the server and only store in memory, not on disk.

      Note: These tricks this only makes it harder -- not impossible -- for someone to decrypt/capture the data and use them in another application.

      Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

      1 Reply Last reply
      4

      • Login

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