in reply to Re: False Passwords Void / Method to Disable Your Account
in thread False Passwords Void / Method to Disable Your Account

Why? They are no more false than "sd;kfdfs3", and "sd;kfdfs3" is just as false as them when treated as a number. Are you saying I shouldn't use something like "sd;kfdfs3" either?

$ perl -le' print "s:", "$ARGV[0]" ? "true" : "false"; print "n:", 0+$ARGV[0] ? "true" : "false"; ' 0.0 s:true n:false $ perl -le' print "s:", "$ARGV[0]" ? "true" : "false"; print "n:", 0+$ARGV[0] ? "true" : "false"; ' 'sd;kfdfs3' s:true n:false

Update: Added code.

Replies are listed 'Best First'.
Re^3: False Passwords Void / Method to Disable Your Account
by Tanktalus (Canon) on Oct 02, 2009 at 21:00 UTC

    Great. Now I have to go change my password. Again. Thanks, ikegami.

    :-P

Re^3: False Passwords Void / Method to Disable Your Account
by Anonymous Monk on Oct 01, 2009 at 12:54 UTC

    They're not false, and they are very weak passwords.

    That's a combination that will let random people into your account.