Archive
Posts Tagged ‘password generator’
Username/password generator
February 23, 2012
Leave a comment
Problem
You want to register on a website but you don’t want to use the same username/password combination everywhere. It’d be nice to have a generator for this task.
Solution
I made a Python script for this, available here.
Sample output:
akutak # username C0A9b69h # password
Categories: python
password generator, username generator
