View Single Post
Old 03-13-2025, 11:44 AM   #2673
ratinox
Guru
ratinox ought to be getting tired of karma fortunes by now.ratinox ought to be getting tired of karma fortunes by now.ratinox ought to be getting tired of karma fortunes by now.ratinox ought to be getting tired of karma fortunes by now.ratinox ought to be getting tired of karma fortunes by now.ratinox ought to be getting tired of karma fortunes by now.ratinox ought to be getting tired of karma fortunes by now.ratinox ought to be getting tired of karma fortunes by now.ratinox ought to be getting tired of karma fortunes by now.ratinox ought to be getting tired of karma fortunes by now.ratinox ought to be getting tired of karma fortunes by now.
 
Posts: 807
Karma: 11053908
Join Date: Oct 2016
Location: Somewhere in Time
Device: Forma, iPad Mini
Quote:
Originally Posted by DNSB View Post
For the moment, I use Firefox and it's random password generator to generate passwords for don't really care sites.
I use Theodore Ts'o's pwgen, the one originally written to create pronounceable passwords but has been extended to be random enough. Out of the box it does this:

$ pwgen 8 1
xahS5ohx

but I typically do this:

$ pwgen -nsBy 16 1
F$`|]3hNmm^,VM+m

or with some constraints when sites dislike certain non-alpha characters.
ratinox is offline   Reply With Quote