Tagged Questions

0
votes
1answer
95 views

Code to handle licensing for Visual Basic 2008

Hi, Is there a license thing out there that can be used to license my application for Visual Basic 2008? Something like .Net Reactor, where the person needs to enter a license key …
1
vote
4answers
88 views

Generate key for a software developed using vb.net

Hai guys, I ve developed a salary calculating software using vb.net.... Its working fine and i ve converted it to an exe file... My drawback is it can be copied and pasted …
1
vote
3answers
69 views

Maven Plugins - how to require a license

I would like to make my plugin require a license to run similar to the maven clover plugin. Is there some utility out there that I can generate licenses with that will also allow …
1
vote
2answers
91 views

Creating mac software activation

I am just about done writing a killer application for the mac, however I would like to charge money for this one, as there isn't a lot of applications out there like this one. So …
6
votes
1answer
254 views

Development/runtime Licensing mechanism for a C# class library?

I'm developing a .Net class library (a data provider) and I'm starting to think about how I would handle licensing the library to prospective purchasers. By licensing, I mean the …
4
votes
3answers
285 views

Tips for securing application with a licence key system?

Hi, I've written an application, and would like to include a licence key system. We do have some requirements, but would like to know what tips you guys have as well. The main pur …
0
votes
4answers
172 views

assigning a serial number to a client from a pool of serial numbers

Hello, I have a sql server table of licence keys/serial numbers. Table structure is something like; [ RecordId int, LicenceKey string, Status int (available, locked, used, expire …
1
vote
3answers
533 views

Register VS2008 Professional on Windows 7

I received from Microsoft a free copy of VS2008 Professional, which is cool. But when I went to install on Windows 7 Beta, it installs fine, but is marked as being "unregistered". …
18
votes
8answers
4k views

How can I create a Product Key for my C# App

How can I create a Product Key for my C# Application? I need to create a product (or license) key that I update annually. Additionally I need to create one for trial versions. T …
3
votes
3answers
808 views

What’s a good approach for developing a simple serial number generator/verifier?

I'm working on an app I'd like to sell some day -- sooner rather than later! I'd like to develop a reasonably simple serial number scheme to protect it. A simple number/letter co …
7
votes
2answers
584 views

Web-based license activation

I have an existing app that has a free trail, and the same code/download can also be "upgraded" to a full-featured application by giving it a "license key". This is done with some …
2
votes
8answers
674 views

What is the difference between encrypting and signing in asymmetric encryption?

What is the difference between encrypting some data vs signing some data (using RSA)? Does it simply reverse the role of the public-private keys? For example, I want to use m …
2
votes
5answers
526 views

How do you manage software serial keys, licenses, etc?

My company is trying to find a tool that will track serial keys for software we have purchased (such as Office), as well as software that we write and sell. We want software that …
1
vote
1answer
150 views

3rd party licensing components

Hi, I'm looking at this 3rd party licensing component, and I'm curious what measures they can take to secure a .net desktop application? they provide things like: trial version, …