G
Gilbert Campo
I have a database that I want to protect against un-authorized use and
copying. Any suggestions?
copying. Any suggestions?
Gilbert Campo said:I have a database that I want to protect against un-authorized use and
copying. Any suggestions?
Gilbert Campo said:I have a database that I want to protect against un-authorized use and
copying. Any suggestions?
David H said:Have you thought about using a custom database property(ies) that have a
name/value pair that's deceptive in its name such as 'Release Version' and
then change the value in such a way to indicate that the version is now
licensed as in...
Version Date: 4/10/2009
Release Version 4.01.1
Version Date: 4/10/2009
Release Version 4.1.1
Version Date contains the information used to indicate the real version
that's being run for upgrade purposes.
Release Version contains the necessary information to determine if its
licensed. The subtle difference being that the second value is 01 if its not
licensed 1 if it is. Anyone looking at the value before/after the license key
is applied probably won't notice it or place any value on the difference if
they do. Not to mention that the person isn't likely to look at the database
properties to begin with.
David H said:Have you thought about using a custom database property(ies) that have a
name/value pair that's deceptive in its name such as 'Release Version' and
then change the value in such a way to indicate that the version is now
licensed as in...
Version Date: 4/10/2009
Release Version 4.01.1
Version Date: 4/10/2009
Release Version 4.1.1
Version Date contains the information used to indicate the real version
that's being run for upgrade purposes.
Release Version contains the necessary information to determine if its
licensed. The subtle difference being that the second value is 01 if its not
licensed 1 if it is. Anyone looking at the value before/after the license key
is applied probably won't notice it or place any value on the difference if
they do. Not to mention that the person isn't likely to look at the database
properties to begin with.
David H said:So what do you think about using a key that embeds within itself the
calculation for a value which indicates that the product is licensed or not?
David H said:So what do you think about using a key that embeds within itself the
calculation for a value which indicates that the product is licensed or not?
We have a product that provides copy protection for Access
applications. It uses hardware ID numbers on the end user's computer
to act as a sort of software dongle. It's called KeyedAccess and you
can download a demo from http://www.peterssoftware.com/ka.htm
There's also SageKey Application Security that does something similar:
http://www.sagekey.com/security_details.aspx
We have a product that provides copy protection for Access
applications. It uses hardware ID numbers on the end user's computer
to act as a sort of software dongle. It's called KeyedAccess and you
can download a demo from http://www.peterssoftware.com/ka.htm
There's also SageKey Application Security that does something similar:
http://www.sagekey.com/security_details.aspx
Tony said:I'm not a fan of those because if the user legitimately moves the app
to another system then they have to ask you tounlockthe app.
And
if you go out of business then the customer has even more troubles
when their PC dies.