Example: Serial Number Generator

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Roboblue
    Forum Member
    • Dec 2003
    • 892

    Example: Serial Number Generator

    I have taken an older serial generator created by Desmond and added/subtracted some features.
    The original (that you can see Here), 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.
    Attached Files
  • Worm
    Indigo Rose Customer
    • Jul 2002
    • 3971

    #2
    Very cool Robo... thanks!

    Comment

    • playmenow
      New Member
      • Nov 2005
      • 264

      #3
      Nice work Robo! It will be useful

      Comment

      • anjinha
        Forum Member
        • Mar 2006
        • 3

        #4
        Great Idea
        thnks alot man

        Comment

        • Basim
          Forum Member
          • Mar 2006
          • 1

          #5
          very nice
          thx :yes

          Comment

          • cegavision
            Forum Member
            • Mar 2006
            • 1

            #6
            thanks

            Thanks roboblue

            Comment

            • mykil
              Forum Member
              • Jun 2006
              • 2

              #7
              Originally posted by Roboblue
              I have taken an older serial generator created by Desmond and added/subtracted some features.
              The original (that you can see Here), 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

              Comment

              • rexzooly
                No longer a forum member
                • Jul 2007
                • 1512

                #8
                Originally posted by Roboblue View Post
                I have taken an older serial generator created by Desmond and added/subtracted some features.
                The original (that you can see Here), 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.
                Last edited by rexzooly; 11-15-2009, 03:57 PM.

                Comment

                • rexzooly
                  No longer a forum member
                  • Jul 2007
                  • 1512

                  #9
                  Originally posted by rexzooly View Post
                  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.

                  Comment

                  • Bruce
                    Indigo Rose Customer
                    • Jun 2001
                    • 2134

                    #10
                    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

                    Comment

                    • Guus
                      Forum Member
                      • Oct 2008
                      • 1

                      #11
                      ??

                      How i open this ?

                      Comment

                      • Imagine Programming
                        Indigo Rose Customer
                        • Apr 2007
                        • 4252

                        #12
                        Originally posted by Guus View Post
                        How i open this ?
                        Download the first one, the second one is the am6 project file, not the export file
                        Bas Groothedde
                        Imagine Programming :: Blog

                        AMS8 Plugins
                        IMXLH Compiler

                        Comment

                        • brisk
                          Forum Member
                          • Jun 2008
                          • 38

                          #13
                          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

                          Comment

                          • RizlaUK
                            Indigo Rose Customer
                            • May 2006
                            • 5552

                            #14
                            No, The bytes used for the WEP or WPA keys are generated using the Microsoft RNGCryptoServiceProvider (.NET 1.1)

                            MS Info
                            Implements a cryptographic Random Number Generator (RNG) using the implementation provided by the cryptographic service provider (CSP). This class cannot be inherited.


                            C# Sample
                            Embrace change in your life, you never know, it could all work out for the best

                            Comment

                            Working...
                            X