licensing

Action Pack Design and Development - am I missing something [closed]

蹲街弑〆低调 提交于 2019-12-07 08:40:33
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 4 years ago . The Action Pack (see here: https://partner.microsoft.com/global/40138499) seems to be incredibly good value if I am understanding it correctly. The price is $490 and if I'm understanding correctly it comes with 3x VS2010 Professional licenses, and on top of that, commercial use licenses for 10 Office 2010

C++ API : license management to protect a software [closed]

白昼怎懂夜的黑 提交于 2019-12-07 08:01:12
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 4 years ago . I'm searching for a C++ and open source library to protect a commercial software again crack etc... Do you know one ? 回答1: I have a phrase I like to use for these types of situations: "You can't solve a social problem with a technological solution". If someone is sufficiently motivated to do something you don't

Microsoft (SQL) server licensing [closed]

余生颓废 提交于 2019-12-07 07:01:26
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 4 years ago . We're planning a browser application (xbap) which is going to talk to WCF services. These WCF services get information from a SQL database. Each of our clients has his own database on this server. The clients need to get reports from SQL Reporting Services. A client can have multiple instances of this

AppLicensing fails - signature is empty string

Deadly 提交于 2019-12-07 06:15:48
问题 I've implemented App-Licensing for InApp-Billing and now I'm getting Error.NOT_LICENSED and I have no idea what's wrong. The version I'm working on has not been published to the play store yet. This is the code I use to start the licensing-process: private void checkLicense(int retries) { if (retries != 5) { String publicKey = "YOUR KEY"; final CdcLicenseCheckerCallback callback = new CdcLicenseCheckerCallback(); String deviceId = mPrefsHandler.getDeviceId(); deviceId = deviceId != null ?

How to create a secure licensed Java EE application? [closed]

纵饮孤独 提交于 2019-12-07 02:32:44
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 4 years ago . We are developing a Java EE application backed by any database of customer choice. We will sell to customers based on per user license price. How do I make sure, the application is getting used as per our conditions, i.e., not easily hackable? Are there any tutorials available?

Include Highcharts in open-source project [closed]

﹥>﹥吖頭↗ 提交于 2019-12-07 00:01:04
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 4 years ago . I would like to include the Highcharts library in an open-source project, scala-notebook, and I'm not sure, whether it's allowed according to the Highcharts licence. scala-notebook is a web-repl (read-eval-print-loop) or web-console (similar to IPython ). One can create new notebooks and write code there that

External modules security

。_饼干妹妹 提交于 2019-12-06 16:47:51
I am developing some external modules for an application. These modules are BPL files and if present in the application folder the application loads them and uses whatever is available inside. How can I prevent the sharing of these modules by my clients? I need them to be authorized to use the modules (module by module). To have some sort of license, registration of the module, what is the best method? Thanks Simple idea (1): I assume your clients all have some sort of unique ID (serial number, license number). When you legitimately give an BPL to one of your clients, give him two files: The

C#: Query FlexLM License Manager

坚强是说给别人听的谎言 提交于 2019-12-06 16:25:39
问题 Does anyone have any experience querying FlexLM? (At a minimum) I need to be able to tell if a license is available for a particular application. Previously this was done by checking what processes were running, but if I can somehow query FlexLM, that would be more elegant! 回答1: I've done this recently. I needed to query FlexLM license servers, and discover what licenses were outstanding/available. I didn't find a reasonable API for this, so I instead just launched lmutil, asked it to query

Best place to put key or password used for encryption? [closed]

无人久伴 提交于 2019-12-06 16:16:31
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 4 years ago . I am making an activation server and the client will have to send infos to the activation server which send back the encrypted license file. However, in order to decrypt that file.. the client need the key or password. What would be the best place to to put key or password

Where does an application store “I'm deactivated” on Windows? [closed]

独自空忆成欢 提交于 2019-12-06 14:59:49
Closed . This question needs to be more focused . It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post . Closed 4 years ago . Applications often have registration keys. It can arguably be placed in a file or in the registry. Sometimes, an application is deactivated by entry of another key, or the passing of a date, etc. Where can one safely store such information about an application be deactivated? A file isn't the answer; a backup copy can be restored to defeat this. The registry is a weak answer,