Random Generate Passwords -
12-05-2005
, 02:34 PM
I have a table: UserID, Username, UserPswd, UserProfile.
At night I dump all new users from another sql database into this database and
I need to generate a random password with alphanumberic values, that are
encrypted. The other database has userid/ username/ userprofile, all I need
to do is gen password. I'm not really sure how to proceed with this. Any
ideas on how to create a random gen pswd? I have a script that uses
pwdencrypt to encrypt password its the generating password that i'm stuck on.
Any suggestions or ideas are appreciated.
thanks
rob |