C
Chlaris
Dear all,
How do I protect source code from MDE Unlocker ?
Thanks.
Chlaris
How do I protect source code from MDE Unlocker ?
Thanks.
Chlaris
I never used it, but as far as I can see from testing the demo, yourHow do I protect source code from MDE Unlocker ?
You can calculate a hash from the number and positions of your controlsI also want to protect the form and report design.
Chlaris said:I also want to protect the form and report design.
Chris O'C via AccessMonster.com said:You can't, not without handcuffing yourself to your original design when
you
want to make changes later. Why do you want to go to so much trouble to
prevent changes?
Chris
Microsoft MVP
Hello,
I also want to protect the form and report design.
Thx.
Chlaris
[quoted text clipped - 4 lines]hi Chlaris,mfG
--> stefan <--
Chris O'C via AccessMonster.com said:Apply user level security, but allow the user group to open the db when
you're removing permissions. The default admin user will be a member of
the
users group, but not the admins group.
Then run the code on this web page to disable the shift bypass key:
http://www.mvps.org/access/general/gen0040.htm
Make sure you set the 4th argument (DDL) to true. Don't distribute the
secure mdw file with your app. Users will be able to open the db as the
default admin user with the standard system.mdw file, but will get an
error
message when they try to disable the shift bypass key because they aren't
members of the admins group in your secure workgroup.
Chris
Microsoft MVP
Ok,one more thing, I have disabled the shift button, but the Unlocker can
enable the shift button.
Is there any way to prevent this ?
Thx.
[quoted text clipped - 16 lines]You can't, not without handcuffing yourself to your original design when
youmfG
--> stefan <--
Chris O'C via AccessMonster.com said:Apply user level security, but allow the user group to open the db when
you're removing permissions. The default admin user will be a member of
the
users group, but not the admins group.
Then run the code on this web page to disable the shift bypass key:
http://www.mvps.org/access/general/gen0040.htm
Make sure you set the 4th argument (DDL) to true. Don't distribute the
secure mdw file with your app. Users will be able to open the db as the
default admin user with the standard system.mdw file, but will get an
error
message when they try to disable the shift bypass key because they aren't
members of the admins group in your secure workgroup.
Chris
Microsoft MVP
Ok,one more thing, I have disabled the shift button, but the Unlocker can
enable the shift button.
Is there any way to prevent this ?
Thx.
[quoted text clipped - 16 lines]You can't, not without handcuffing yourself to your original design when
youmfG
--> stefan <--
Chris O'C via AccessMonster.com said:If you store the data in a Jet or ACE table, someone doesn't even need
phishing tools to retrieve that data. A query will retrieve it.
The serial number would have to be encrypted with a strong algorithm.
Chris
Microsoft MVP
Hello Chris,
The serial number is created based on company name and stored in a table.
How do I protect from phishing tools like Ollydbg ?
Thx.
Chlaris
[quoted text clipped - 7 lines]How are you planning to store the individual serial number in each copy
of
the MDE?Is there any way to protect my serial number ?
Thx.
Chlaris said:How do I protect my serial number from fishing cracking ?
Chlaris said:Every user with different company name will have different serial number.
I use a function to return a valid serial number and compare it with the
serial number which stored in table.
Illegal users use phishing tools to find the serial number which returned by
this function.
Chlaris said:Can you give me the example of your licence key file ?
How do you check the license key is valid or not ?
Chlaris said:I use encrypt function which referenced from your page, for several
conditions, when I encrypt the compane name, the encrypt function returns 2
lines.
?RC4("Company Name","123ab45")
Ç
O7>SZÂ@O%ê
?RC4("Company Name","123ab")
smÖYþêìq#ËP
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.