I´m just updating my CSV import which generates password so I found this line of code:

password = base64.b64encode(sha.sha(str(random.random())).hexdigest())[:8]


Kenneth

hi all,
how i can generate a random string of 8 numbers/letters?
i need for generate an automatic password when a user complete
registration in my apps

example:
Aje37Uj0

Reply via email to