dictionary - Password generator -


I need to create some password (password generator), but I want to avoid those characters which Can be confused (for example: Chair 2bok) How can I do this?

Why do not you just use the character set you want

A standard set of 64 characters

 ! #% + 23456789: =? @ ABCDEFGJLMNPRSTUVXAgebackFigzammncomcrustVoxyz   

A big group of 88 characters

 ! "# $% & Amp; () * +, - /. 23456789:; & lt; = & gt; @ ABCDEFGGKLMNO PRSTUVWXYZ [\] ^ _abcdefghijkmnopqrstuvwxyz {|} ~   

Source:

Comments