Hi All,
I recently received a review about MyCaptcha control in CodePlex that proposed a couple of improvements in the source code. This review indicates that :
Thread.Sleep is not a good way to ensure that unique characters are selected for teh Captcha text.
Sending the Captcha text to rendering component (.ashx file) is insecure.
Based on the above [...]