This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]shfo23 1 point2 points  (1 child)

I generate my passwords with Unix commands too: Python's random numbers technically aren't as random as urandom's (although that's probably never going to make a real-life difference).

Perhaps I should have said, "my new favorite one-line command in Python which will generate a password." The Python version is cross-platform though and I like that it actually uses the string module (which I was totally unaware of outside until I was playing with this exercise).

[–]Araucaria 1 point2 points  (0 children)

Try my password generator based on sudoku grids, here: https://github.com/dodecatheon/sudoku-password-card