Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms (1)

9
votes
1answer
760 views

.NET application per-machine/per-user licensing

I am about to implement a very basic licensing feature for my application. A serial number may be granted per-machine (or per-operating-system) or per-user (as for CAL in Windows Server: if my ...
9
votes
7answers
6k views

Generating unique codes in PHP/MySQL?

I'm working with a client that needs to generate millions of the alphanumeric codes used in magazine scratch-off cards, bottlecap prizes, and so on. They have to be short enough to print on a cap, ...
9
votes
6answers
3k views

How do you protect your commercial application from being installed on multiple computers with one license?

How do you protect your commercial application from being installed on multiple computers from people who only own one license? Do you think it's a good idea to have more than just a serial based ...
5
votes
5answers
353 views

How can I convert an integer into a Unicode string in C?

I am working on the Firmware for an embedded USB project. The production programmer I would like to use automatically writes the Serial Number into the device flash memory at a specified memory ...
4
votes
4answers
682 views

C# Serial Number Embedded within Program

I'm writing my own serial number verification/protection for a software I wrote. Assuming the serial number verifier is using pattern matching...once the serial number is verified, how can I change ...
3
votes
4answers
2k views

Microsoft products such as Visual Studio 2010 does not require to enter serial number

I am member of WebsiteSpark and was member of DreamSpark. Both programs enable to download software and provide serial keys to use. Some software like Windows Server has an ISO file to download and a ...
3
votes
5answers
1k views

How do I obtain equipment serial numbers programmatically?

I need to run an equipment audit and to do that I need to obtain the Windows PC, monitor etc. serial numbers. So I faced with going to each PC and manually writing down the numbers. Is there a way I ...
2
votes
1answer
348 views

Getting PCSC reader serial number with WinSCard

I have a problem with getting PCSC reader serial number if card is not present in the reader. I am using winscard.dll and c++. The following code will work only for the case if card is present in the ...
2
votes
2answers
2k views

Serial number of Hard Disk or Hard Drive

At first it may seems it is very easy question and some body may be trying to give me advice to try Google, it may be so. But for me it is very hard I have try Google, Stack Overflow and can’t find ...
2
votes
3answers
105 views

Securing a Flash EXE

My client has a Flash projector EXE and he wants to set-up an on-line serial number control system so he can sell it on-line. The key problem in this project, as far as i see, that the exe is ...
1
vote
3answers
182 views

PHP SSL Certificate Serial Number in hexadecimal

I need to display SSL certificat information about Serial Number. When I use $cert = file_get_contents('mycert.crt'); $data=openssl_x509_parse($cert,true); $data['serialNumber'] I receive like ...
1
vote
1answer
161 views

How to Get the Non-Volatile USB Serial Number using VC?

How to Get the Non-Volatile USB Serial Number using VC ? I know how to get it using C#, but if there is a way to achieve that in VC?
1
vote
0answers
536 views

WMI Win32_PhysicalMedia SerialNumber

I am using WMI with C++ to get the physical disk serial number. On Windows 7 64bit, I get a string with the serial number. While when running the same application on a Windows XP 64bit machine I get ...
1
vote
1answer
42 views

printed registration key guidelines, standards, best practices?

I am looking to implement a simple registration key system. There will be printed codes, and we'd like users to type their code into our system. This code will be used around the world, and we want ...
1
vote
2answers
192 views

C# Get VolumeSerialNumber

I am working on my HWID code. I recently tried converting this code from VB.net to C#. I have this one error which I can't seem to figure out. 'dsk' is a 'variable' but is used as a 'method' Here is ...
0
votes
0answers
14 views

On an Android device is there a way to programmatically get the USB serial number as shown in ADB?

On an Android device is there a way to programmatically get the USB serial number as shown in ADB? Secure.getString(mApp.getContentResolver(), Secure.ANDROID_ID) is different then what is shown in ...
0
votes
3answers
201 views

Hard disk id of SATA drives

I am using Hard disk ID for my software to check if the authentic user is using the software. For IDE type hard disk i get the id using the procedure GetIdeSerialNumber. but in case of SATA drives ...
0
votes
0answers
76 views

How to identify mobile by its serial number? [closed]

Things like: when we run “adb devices”, it will return serial number of devices. With these number, how do we identify the band of mobile? like "HT....." is from HTC? whether I can find out the ...
0
votes
1answer
99 views

Reading Samsung firmware and serial from Android phones (java)

I'm looking for a way to read the firmware version (e.g. I9100XXKI3) from a Samsung mobile phone running Android from within an App. I know it is possible as I've seen an app already doing this ...
0
votes
2answers
314 views

how to get hard disk serial number with action script

I'm using action script 3.0 compiling the code to flash 10 how to get hard disk serial number with action script? I want to get this info without any security requirement. Is there a way to do it?
0
votes
0answers
73 views

iPhone case color

I'd like to programmatically extract an iPhone's case color (black or white). Can this be done in a way that won't immediately have my app rejected? The strongest lead I have here is to use the ...
0
votes
3answers
245 views

Generate a short code based on a unique string in C#

I'm just about to launch the beta of a new online service. Beta subscribers will be sent a unique "access code" that allows them to register for the service. Rather than storing a list of access ...
0
votes
1answer
211 views

How do I require a serial number or registration for a WordPress plugin?

Does anyone know of a way to require a serial number or registration of a WordPress plugin? I know that I could sell my plugin to individuals, but what would stop people from sharing it freely on ...
0
votes
3answers
124 views

How to check the serial number of element that have specific class using jquery?

<ul> <li class="res"></li> <li class="res"></li> <li class="res selected"></li> <li class="res"></li> </ul> Using $('ul ...
0
votes
1answer
511 views

Serial number generation algorithm for C# application

I am developing a shareware c# application which accepts a serial key generated in my website. I am following the following approach suggested by Joseph Spiros You bundle your public key with ...
0
votes
2answers
2k views

How to get Hard-Disk SerialNumber in C# (no WMI)?

I know there are two articles in CodeProject (one uses WMI and the other no WMI but in C++). I tried the WMI way, not only it's slow, but it is also unreliable. So, that's why I decided not to pursue ...
0
votes
1answer
223 views

Looking for code snippets, library, or toolkit to modify a USB Flash Drive's serial number

I've been writing some tools to interact with a USB Flash Drive (removable drive) for our portable application. We are going to be tying some relevant information directly to the flash drive via the ...
0
votes
1answer
310 views

Detail about Win32_OperatingSystem SerialNumber

I'm searching for some information regarding Win32_OperatingSystem SerialNumber (MSDN link). Will this number be different when I reinstall Windows with the same key on the same machine? I intend to ...
-1
votes
3answers
5k views

How to create serial number generator?

How can I program a Serial Number Generator that generates serial numbers for some existing software?
-2
votes
1answer
558 views

What would be the code for serial number authentication?

I am programming in visual basic 2008 I would like to set up serial numebers for software im developing. I would like to prevent software theft by ensuring that each purchased copy has a unique serial ...