| .NET DotNet Forum Index » VB.NET Forum (Visual Basic .NET) » Generating random string |
|
Page 1 of 1 |
|
| Author |
Message |
| John |
Posted: Mon Apr 17, 2006 12:20 am |
|
|
|
Guest
|
Hi
I need to generate a string of six random characters to act as the first
password. Is there an example of how to do this somewhere?
Thanks
Regards |
|
|
| Back to top |
|
|
|
| Cerebrus |
Posted: Mon Apr 17, 2006 1:15 am |
|
|
|
Guest
|
Lots of examples out there...
I ran a search for "generate random password vb.net" on google, and
found tons of samples.
I usually recommend this one :
<URL:http://codebetter.com/blogs/raymond.lewallen/archive/2005/01/13/43938.aspx>
Try it ! ;-)
Regards,
Cerebrus. |
|
|
| Back to top |
|
|
|
|