http://qs321.pair.com?node_id=257107


in reply to Re: •Re: A reasonable temporary password generator?
in thread A reasonable temporary password generator?

In that case, since a human would have to enter it, I'd stick with 6-to-10 alphanumerics only, but run it past cracklib to make sure it's not trivially brute-forceable, and also have some mechanism to ensure that it gets changed on first use.

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.

  • Comment on •Re: Re: •Re: A reasonable temporary password generator?

Replies are listed 'Best First'.
Re: •Re: Re: •Re: A reasonable temporary password generator?
by Your Mother (Archbishop) on May 11, 2003 at 07:59 UTC
    Yeah, good point, I wasn't thinking of user-friendly and I should be. More friction means fewer users.