ANSWERS: 2
  • Basically, someone reverse engineers the valid keys used by a program and once it is discovered how a program validates a key, a key generator program simply uses the same algorithm to generate new keys at random. Using a very oversimplified math example, if it's discovered that all valid keys for a program are divisible by 3, then the key generator is programmed to randomly generate numbers divisible by 3. Sometimes the key is based on a user name as input data to the algorithm. In that case the generator must be able to duplicate the same process that the program's company uses to generate keys.
  • awesome. thanks

Copyright 2023, Wired Ivy, LLC

Answerbag | Terms of Service | Privacy Policy