Best way to generate activation codes for software?
activation-codes, c#
Solution
Guid.NewGuid()
Problem
What is a good way to randomly generate some not-likely-to-be-randomly-generated-again activation codes to use for activating software? I am making an auto-fulfillment system for a web application. I am using C#.