Hi, i have sent 10000 mails to our customers and each mail had a link of the format http://example.com/LogIn?key={guid}
unfortunately the guid i sent were random guids (test data generated by Guid.NewGuid()) so the customers have all received invalid links...
based on the 404s i receive from the webserver i have a few guids that i sent out. i have read that the guid generator in windows is weak so you can predict the next guid from one you already have. does anyone know how? if i could do that i could make the guids i sent out valid so the links would work again.