View Full Version : Example: Serial Number Generator
Roboblue
03-07-2006, 11:17 AM
I have taken an older serial generator created by Desmond and added/subtracted some features.
The original (that you can see Here (http://www.indigorose.com/forums/showthread.php?t=11925&highlight=serial+generator)), was designed to save random serial sets to a database. I didn't need that feature and just wanted to generate serials that could be used in other applications. So I removed the database and now the numbers can be saved to the clipboard or to a text file.
I also wanted to be able to generate serials that had subsets that I could defiine, but generate random numbers based on those subsets. In this example, i have the developer defined subsets at the beginning, and at the end of the generated set. But it is easy to change the code to put the subsets in any postion of the serial, if so desired.
Anyway, I hope you guys can get some use out of it.
Very cool Robo... thanks!
playmenow
03-07-2006, 12:05 PM
Nice work Robo! It will be useful :)
anjinha
03-10-2006, 03:23 PM
Great Idea
thnks alot man
Basim
03-16-2006, 11:23 AM
very nice
thx :yes
cegavision
03-21-2006, 04:04 PM
Thanks roboblue
mykil
06-02-2006, 10:45 AM
I have taken an older serial generator created by Desmond and added/subtracted some features.
The original (that you can see Here (http://www.indigorose.com/forums/showthread.php?t=11925&highlight=serial+generator)), was designed to save random serial sets to a database. I didn't need that feature and just wanted to generate serials that could be used in other applications. So I removed the database and now the numbers can be saved to the clipboard or to a text file.
I also wanted to be able to generate serials that had subsets that I could defiine, but generate random numbers based on those subsets. In this example, i have the developer defined subsets at the beginning, and at the end of the generated set. But it is easy to change the code to put the subsets in any postion of the serial, if so desired.
Anyway, I hope you guys can get some use out of it.
very nice
thanks
rexzooly
08-20-2007, 02:26 PM
I have taken an older serial generator created by Desmond and added/subtracted some features.
The original (that you can see Here (http://www.indigorose.com/forums/showthread.php?t=11925&highlight=serial+generator)), was designed to save random serial sets to a database. I didn't need that feature and just wanted to generate serials that could be used in other applications. So I removed the database and now the numbers can be saved to the clipboard or to a text file.
I also wanted to be able to generate serials that had subsets that I could defiine, but generate random numbers based on those subsets. In this example, i have the developer defined subsets at the beginning, and at the end of the generated set. But it is easy to change the code to put the subsets in any postion of the serial, if so desired.
Anyway, I hope you guys can get some use out of it.
hey there i liked you project so i did a little work to it just on looks what
do you think.
rexzooly
08-20-2007, 02:30 PM
hey there i liked you project so i did a little work to it just on looks what
do you think.
i don't know if i have given you the right file please tell me if i havent.
Bruce
08-30-2007, 01:03 PM
I really like this! If you don't mind Roboblue I added some artwork to it that I'm using in a current project. Nice work. here (http://www.diginetx.com/downloads/MultiSerial.apz)
Imagine Programming
10-31-2008, 11:22 AM
How i open this ?
Download the first one, the second one is the am6 project file, not the export file :)
brisk
10-31-2008, 06:18 PM
very nice....
just wondering if this could be
used to generate WEP or WPA keys for
wireless / wifi routers....?
would be very handy if it could
RizlaUK
10-31-2008, 10:27 PM
No, The bytes used for the WEP or WPA keys are generated using the Microsoft RNGCryptoServiceProvider (.NET 1.1)
MS Info
http://msdn.microsoft.com/en-us/library/system.security.cryptography.rngcryptoserviceprovi der.aspx
C# Sample
http://www.codeproject.com/KB/security/wepkey_generator.aspx
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.