Link to home
Start Free TrialLog in
Avatar of vinu020500
vinu020500

asked on

Random generation of username and password

I want to randomly generate an username and password each of size 20 using c.how do i go about it ...
ASKER CERTIFIED SOLUTION
Avatar of AlexVirochovsky
AlexVirochovsky

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ozo
You may want to be careful that the random username and random password are independently seeded, or someone other than the user could be able to deduce the password that goes with a given username.