Generating Random Passwords with ASP. NET and C#

added by learndotnet
3/29/2011 2:52:21 AM

105 Views

Generating random passwords can increase the security of a website by taking the process out of the hands of the user, or simply providing an alternative, and thus reducing the chance of easily-guessable passwords being used. This tutorial shows a simple method of creating a random password.


0 comments