Password generation, best practice

Posted by Aidan on Stack Overflow See other posts from Stack Overflow or by Aidan
Published on 2008-09-11T00:27:50Z Indexed on 2010/05/13 14:44 UTC
Read the original article Hit count: 121

I need to generate some passwords, I want to avoid characters that can be confused for each other. Is there a definitive list of characters I should avoid? my current list is

il10o8B3Evu![]{}

Are there any other pairs of characters that are easy to confuse? for special characters I was going to limit myself to those under the number keys, though I know that this differs depending on your keyboards nationality!

As a rider question, I would like my passwords to be 'wordlike'do you have a favoured algorithm for that?

Thanks :)

© Stack Overflow or respective owner

Related posts about security

Related posts about passwords