Click here to Skip to main content
15,896,473 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
GeneralRe: Activation Key Generation - Crypt stuff Pin
Eddy Vluggen12-May-18 14:59
professionalEddy Vluggen12-May-18 14:59 
QuestionRe: Activation Key Generation - Crypt stuff Pin
Randor 12-May-18 15:50
professional Randor 12-May-18 15:50 
AnswerRe: Activation Key Generation - Crypt stuff Pin
Eddy Vluggen13-May-18 0:58
professionalEddy Vluggen13-May-18 0:58 
GeneralRe: Activation Key Generation - Crypt stuff Pin
User 1106097913-May-18 5:37
User 1106097913-May-18 5:37 
GeneralRe: Activation Key Generation - Crypt stuff Pin
Eddy Vluggen14-May-18 1:40
professionalEddy Vluggen14-May-18 1:40 
GeneralRe: Activation Key Generation - Crypt stuff Pin
User 1106097914-May-18 2:45
User 1106097914-May-18 2:45 
GeneralRe: Activation Key Generation - Crypt stuff Pin
Eddy Vluggen14-May-18 3:38
professionalEddy Vluggen14-May-18 3:38 
GeneralRe: Activation Key Generation - Crypt stuff Pin
User 1106097914-May-18 4:08
User 1106097914-May-18 4:08 
Thank you very much again.

Quote:
You will hate me for the suggestion if you have to do some maintenance though
I did similar in the past (before about 20 years) where I used an Array of function pointers, "bad" ones and "good" ones. After some years I had to maintain it and I hated myself for this code Laugh | :laugh:

The big difference this time is
a.) In the past I only needed to prevent from unauthorized use of our application. In fact I could hide the decision also "by time"; I mean it was no problem to check legal use and stop the application later after about (random) 1...10 Minutes.

b.) This time I need to prevent from unauthorized use of protected data. So I need to take the decision immediately. But as you mentioned, obfuscating the decision is more or less the only way.
It does not solve my Problem, but it answers my question


modified 19-Jan-21 21:04pm.

GeneralRe: Activation Key Generation - Crypt stuff Pin
Eddy Vluggen14-May-18 4:34
professionalEddy Vluggen14-May-18 4:34 
GeneralRe: Activation Key Generation - Crypt stuff Pin
jschell19-May-18 5:50
jschell19-May-18 5:50 
AnswerRe: Activation Key Generation - Crypt stuff Pin
Randor 12-May-18 12:08
professional Randor 12-May-18 12:08 
GeneralRe: Activation Key Generation - Crypt stuff Pin
User 1106097913-May-18 3:49
User 1106097913-May-18 3:49 
GeneralRe: Activation Key Generation - Crypt stuff Pin
Randor 13-May-18 7:13
professional Randor 13-May-18 7:13 
AnswerRe: Activation Key Generation - Crypt stuff Pin
Gerry Schmitz13-May-18 6:32
mveGerry Schmitz13-May-18 6:32 
GeneralRe: Activation Key Generation - Crypt stuff Pin
User 1106097913-May-18 8:32
User 1106097913-May-18 8:32 
QuestionGraphic design Pin
Bivhab Sarker7-May-18 3:50
Bivhab Sarker7-May-18 3:50 
AnswerRe: Graphic design Pin
Kats251210-May-18 2:31
Kats251210-May-18 2:31 
QuestionSQL 2016 Optimization ... Pin
Member 138060854-May-18 1:09
Member 138060854-May-18 1:09 
RantRepost Pin
CHill604-May-18 1:14
mveCHill604-May-18 1:14 
QuestionMaster Data RAD Design Pin
sandeepnair853-May-18 3:18
sandeepnair853-May-18 3:18 
AnswerRe: Master Data RAD Design Pin
Gerry Schmitz5-May-18 4:57
mveGerry Schmitz5-May-18 4:57 
GeneralRe: Master Data RAD Design Pin
sandeepnair855-May-18 5:06
sandeepnair855-May-18 5:06 
GeneralRe: Master Data RAD Design Pin
Gerry Schmitz5-May-18 5:31
mveGerry Schmitz5-May-18 5:31 
AnswerRe: Master Data RAD Design Pin
jschell5-May-18 11:37
jschell5-May-18 11:37 
AnswerRe: Master Data RAD Design Pin
Mycroft Holmes5-May-18 14:22
professionalMycroft Holmes5-May-18 14:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.