Would like to create a strong password in C++. Any suggestions?
I assume it should use alpha (upper and lower), numeric, special characters.
It would be good to be able to specify a minimum length.
It would be great to avoid characters that are hard to visually distinguish like "O" and "O"
It would be great to void all characters same, dictionary words, reversed words, names.
Any other tips? Where could I find code like this?