Generate Random Password


/ Published in: Python
Save to your folder(s)

Example Usage:
========
print generatePassword(length = 20, using = "10")
print generatePassword(length = 8)
print generatePassword()
Output:
--------
01011110010011000100

z&v^9?dx

+=z?=)vene

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.