, 2004-05-26
For the 70% of the population that will trade their computer password for a bar of chocolate, this one's for you.
Expand all |
Post comment
Pass the Chocolate
2004-06-01
Tommy Ward (2 replies)
Tommy Ward (2 replies)

And, trust me, you're not helping them all that much either, with that k3w15p3@k obfuscation part. Both Crack and john the ripper will use s/@/a/ type rules as part of the cracking, just to catch those who are lulled into a false sense of safeness by doing just this.
Oh, and you might want to redo the initial password example. # is a character that has special meaning and even if legal in the password may create problems for other apps (like mail apps and ppp logins) where the password is kept in plaintext in a line that allows #-to-the-end-of-line comments. This has caused quite a few sysadmins quite a bit of troubleshooting headache over the years, and you're not helping here.
"#" (and to a lesser degree ";") should be avoided unless you know it will NOT cause problems.
Otherwise, good try. Just simplify it. Then simplify it again. Run it through a voice output program -- if it doesn't make sense then, simplify it even more.
[ reply ]
Link to this comment: http://www.securityfocus.com/comments/columns/245/26494#26494