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.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…