Home > Software engineering >  For help, secondary development SDK validation is implemented
For help, secondary development SDK validation is implemented

Time:01-12

Company some algorithm, is packaged into a DLL file, now the company felt compelled to protect these algorithms put forward such an idea, developers in the development process calls the DLL library need to insert the encryption dog validation; But for the convenience of users, customers packed program in the use does not need to insert the encryption dog,
Before also have seen companies offer similar SDK did this, but couldn't find how to achieve, hope to have familiar with expert guidance,

CodePudding user response:

Actually do you want to distinguish the customer environment and development environment different, use different certificate??

CodePudding user response:

reference 1/f, 7-eleven's response:
actually you want to distinguish the customer environment and development environment different, use different certificate??

Feel almost, strict said I was not too sure
Because the first is our demand has verified the DLL, and see the SDK offered by other companies can do it, but don't know what is the validation process, so ask how the internal implementation,
  • Related