Re: generate random password



I have seen people take that code, and get the statement to pick two random
words and concatonate them to create a new word. So you have two arrays for
example loaded with words, monkey,day,nuts,tree etc....randomise your choice
and get a decent password generator thats not just random letters and
numbers - it makes usability a lot easier.

--
Regards

John Timney
ASP.NET MVP
Microsoft Regional Director

"MattB" <somedudeus@xxxxxxxxx> wrote in message
news:3b0cp5F6cd94iU1@xxxxxxxxxxxxxxxxx
> Steve C. Orr [MVP, MCSD] wrote:
> > You should use the Randomize statement. You can pass it a seed value
for
> > additional randomization.
> >
> > Here's more info:
> >
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vblr7/html/vastmrandomize.asp
> >
>
> Thanks everyone. I think this solution is exactly what I'm after.
>
> Matt


.



Relevant Pages