Does anyone know how to prevent a user from copying a file?
Here is my predicament. I’ve been given the task of making our software work with only one database. The company is going to move over to a price per amount of data for the software products. They want the user to pay for only having so much data. If they wish to add more data to the database then they will have to pay to increase the amount of data that the database can store. I’ve thought about putting some sort of encrypted key inside the database and have the software check for that key. If the user tries using a different database the software won’t see that key and it won’t work. However, what is to prevent the user from copying that record in the database over to the new database? I began wondering if there was a way to prevent the user from copying files or renaming files. This way they couldn’t rename or change their database file.
Can anyone think of any other possible solutions?
Thanks.