#FediPower #CyberSecurity

I'm looking for a simple (standalone, offline, portabel) password generator.

The idea is to "give" it to users when they are requested to change their password
(Reasoning: The time you are forced to change your password NOW is the worst time to think of a unique strong password)

Ideally the generated password should be memorable and typable (on mobile)

It might be a good idea to offer choices and a regenerate option.
Choices might be #DiceWare passwords (with a language specific wordlist)

Ideally the passwords should confirm to configurable password policies

And it should be necessary to mention it. It should be secure!

Edit: a way to add the password proposals to the Windows password change dialog would also be nice (i believe Ubuntu día something like this)

Edit 2: I'm looking for something similar to pwgen or diceware Linux/Unix command line tools (see screenshots) but suitable for general Windows user

While I principally like diceware I think the user experience entering long passphrases on mobile is terriblem Muscle memory is not working and it is so easy to get single characters or capitalisation wrong. Special characters are an additional nightmare

#Boost and recommendations welcome

@realn2s Does the password need to be generated on mobile as well or are the users primarily on PC/Mac/Win?
@23R0
I think primary PC/laptop would be sufficient

@realn2s KeePassXC can generate passwords without opening a database. It's pretty big for the specific use-case but it shows entropy, password quality, and is super customizable.

I think it's a very cool use-case for the new secret mode in golang that's coming in 1.26 (january) with a nice little cross-platform fyne gui! Could whip a FOSS pwd generator together for you, if you haven't found something until then!