Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Slashdot Log In

Log In

[ Create a new account ]

The Psychology of Passwords

Posted by CmdrTaco on Fri Jun 29, 2001 01:58 PM
from the thats-pretty-wacky dept.
afabbro writes "According to this study, people's password choices put them into four groups: "Family", "Fan", "Self-Obsessed", or "Cryptic". I'm sure we're all good Cryptics here...now if only my users would stop being "Family"." And then there's the category "Stupid" for the zillions who use "Trustno1", "Swordfish", and "Password",
This discussion has been archived. No new comments can be posted.
The Psychology of Passwords | Log In/Create an Account | Top | 492 comments (Spill at 50!) | Index Only | Search Discussion
Display Options Threshold:
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
(1) | 2 | 3 | 4 | 5 | 6 | 7
  • But what about ... by Anonymous Coward (Score:1) Friday June 29 2001, @10:13AM
  • Re:my personal favorite... by Anonymous Coward (Score:1) Friday June 29 2001, @11:13AM
  • How to be a stupid and obnoxious Sysadmin... by Anonymous Coward (Score:1) Friday June 29 2001, @12:53PM
  • Re:The passward is electrifing by Anonymous Coward (Score:1) Friday June 29 2001, @12:54PM
  • Re:Is there a category for... by Anonymous Coward (Score:1) Saturday June 30 2001, @08:25AM
  • by Anonymous Coward on Friday June 29 2001, @10:11AM (#119133)
    I beat end users with random flailings of my arms and watch for 'letter-like' shapes which rise as welt on thier bodies. Grab a new user, repeat.
  • My way (Score:4)

    by Anonymous Coward on Friday June 29 2001, @10:22AM (#119134)
    The problem with this is that you then need a (secure) password management scheme. Unless you are a Rain Man type who can easily remember a large number of random passwords...

    I develop schemes now and again. I start with something easily recognizable, like 'So Long And Thanks For All The Fish'. Then I turn it into a 'random' password by a bunch of operations. For an example, I might take the second letter of each word (yielding oonholhi), then make characters 1 and 5 upper case, turn 2 and 6 into numbers (alphabetic value mod 10), then turn 3 and 7 into non-alphanumerics based on the keyboard layout. The pass would then be O5$hO2*i.

    That is sufficiently random for 90 day use or so. It would be weakened if somebody somehow guessed my scheme, but I pick a new arbitrary scheme every 90 days when I change all my passwords. Then I just have to remember one scheme and a bunch of key phrases for all of them.

  • Re:scooping hollywood by Mark J Tilford (Score:1) Friday June 29 2001, @02:49PM
  • Re:More high school fun... by mosch (Score:2) Friday June 29 2001, @11:01AM
  • Re:Passwords :: We need a better way by Unxmaal (Score:1) Friday June 29 2001, @01:05PM
  • Simple password trick by Phroggy (Score:2) Friday June 29 2001, @03:54PM
  • Re:Encryption by mce (Score:1) Tuesday July 03 2001, @12:18AM
  • Encryption by mce (Score:2) Friday June 29 2001, @02:22PM
  • Re:simple passwd scheme by Have Blue (Score:2) Friday June 29 2001, @10:17AM
  • Re:what about dates? by Isaac-Lew (Score:1) Friday June 29 2001, @10:27AM
  • Re:5 most common passwords!!! by J. J. Ramsey (Score:1) Sunday July 01 2001, @06:21PM
  • Why stop at one? by gavinhall (Score:1) Friday June 29 2001, @11:17AM
  • Re:More high school fun... by bluGill (Score:2) Friday June 29 2001, @11:18AM
  • One time passwords? by drsoran (Score:1) Friday June 29 2001, @12:06PM
  • Re:Does this count? by Danse (Score:2) Friday June 29 2001, @10:49AM
  • Re:More high school fun... by Ex-NT-User (Score:2) Friday June 29 2001, @11:07AM
  • Why not write it down and carry it with you? by iabervon (Score:2) Friday June 29 2001, @11:12AM
  • Re:npasswd and password nazism by jonabbey (Score:2) Friday June 29 2001, @01:42PM
  • Re:npasswd and password nazism by jonabbey (Score:2) Friday June 29 2001, @01:51PM
  • Re:npasswd and password nazism by jonabbey (Score:2) Saturday June 30 2001, @06:50AM
  • by jonabbey (2498) <jonabbey@ganymeta.org> on Friday June 29 2001, @11:09AM (#119153) Homepage

    We recently implemented Clyde Hoover's npasswd [utexas.edu] password validation program, which does all kinds of password quality checks and a password history function, to prevent users from re-using their old passwords. We have incorporated npasswd into Ganymede here, along with a password aging function, and boy, what a change for our users. Users really can't have easy passwords any more, they have to change them regularly, and they can't re-use old passwords. The sysadmins in charge of network security here love it, because the odds that our users are using the same password for our network that they are using for Amazon and Slashdot is now dramatically reduced.

    Npasswd is very good at what it does. Npasswd supports checks against account information and a wide variety of dictionary files, with character transpositions, reverals, etc. No more 'us3rname' passwords for our users. Here's a partial list of the dictionaries that Ganymede with npasswd checks against in our environment:

    • Antworth -- Big dictionary, includes many inflected forms
    • CIS -- Words and names from Current Index to Statistics (partial)
    • CRL-Words -- Dictionary from Center for Research in Lexicography
    • Congress -- Names and nicknames of U. S. Congressmen
    • Domains -- Internet domains
    • Ethnologue -- Words from the "Ethnologue Database"
    • Family-Names -- Common family surnames
    • Given-Names -- Common first names
    • Jargon -- Words from the Jargon File
    • Movies -- Characters, actors, and titles from thousands of movies
    • Python -- Words and names from M. P. scripts
    • Roget-Words -- Words from 1911 R's Thesaurus
    • Trek -- Words and names from Star Trek plot summaries
    • Zipcodes -- Town and city names for all U. S. post offices

    If anyone here wants to make sure your users are using strong passwords, run don't walk and get npasswd, I say.


    - jon
  • Re:Another stupid password trick by Jaeger (Score:1) Friday June 29 2001, @11:19AM
  • Re:Is there a category for... by dattaway (Score:2) Friday June 29 2001, @01:05PM
  • passwords (Score:5)

    by VAXGeek (3443) on Friday June 29 2001, @10:04AM (#119156) Homepage
    On some enterprise systems, the administrator has the option to have passwords checked against a dictionary for common words, palindromes or other easily guessed passwords. If you are interested in such "smart" password software, check out npasswd at: http://www.utexas.edu/cc/unix/software/npasswd/
    - -----------
    a funny comment: 1 karma
    an insightful comment: 1 karma
    a good old-fashioned flame: priceless
  • Re:Is there a category for... by jtseng (Score:2) Friday June 29 2001, @10:36AM
  • Re:Is there a category for... by armb (Score:1) Monday July 02 2001, @12:00AM
  • I used to use just <CR> by EngrBohn (Score:1) Friday June 29 2001, @10:03AM
  • Re:My /. password is... by howardjp (Score:1) Friday June 29 2001, @11:03AM
  • Re:Random is the only way! by "Zow" (Score:2) Friday June 29 2001, @10:47AM
  • Re:Random is the only way! by garcia (Score:2) Friday June 29 2001, @10:43AM
  • Stupid passwords by cluening (Score:2) Friday June 29 2001, @11:03AM
  • Re:problem by Art Tatum (Score:1) Friday June 29 2001, @08:07PM
  • Re:Link for "Swordfish" routine by Art Tatum (Score:1) Friday June 29 2001, @08:19PM
  • Re:Cryptic == bad by Doctor_D (Score:1) Friday June 29 2001, @11:34AM
  • Re:Passwords are an unfortunate necessity... by mandolin (Score:1) Friday June 29 2001, @01:54PM
  • Re:Other categories by mandolin (Score:1) Friday June 29 2001, @02:27PM
  • Barcelona - shell account by Dogun (Score:1) Friday June 29 2001, @10:57AM
  • Re:Random is the only way! by general_re (Score:2) Friday June 29 2001, @11:39AM
  • by general_re (8883) on Friday June 29 2001, @11:13AM (#119171) Homepage
    That is not nearly random enough. You need an algorithmic process that'll give you something really random.

    Here's what I do. First, you take a phrase, famous or obscure. For this example, I'll use a little Shakespeare - "He hath a daily beauty in his life that maketh mine ugly."

    Then, you take the second letter of each word, ignoring any single-letter words, thus producing "eaaeniihaig" in this case.

    Then, you convert each letter to its decimal ASCII equivalent, giving us:

    101 97 97 101 110 105 105 104 97 105 103

    Then squash that all into a single number in that order, producing:

    101979710111010510510497105103

    Then, you take the 5'th root of that number, and drop any decimal places:

    101979710111010510510497105103^(1/5) = 633436.01848182821643020050352705 --> 633436

    Then, you take THAT number, and break it into pairs thusly:

    63 34 36

    Finally, you take the first pair and convert it back to its ASCII decimal equivalent, and that's your password. In this case ASCII 63 is "?", so your password is "?" (without the quotes, naturally).

    And that, my friend, is pretty damn random.
  • Re:The passward is electrifing by mooman (Score:1) Friday June 29 2001, @10:36AM
  • Re:The passward is electrifing by mooman (Score:2) Friday June 29 2001, @10:34AM
  • Re:I just have FPM generate them by tuffy (Score:1) Friday June 29 2001, @10:40AM
  • It's all about tradeoffs, ultimately by tuffy (Score:2) Friday June 29 2001, @11:40AM
  • by tuffy (10202) on Friday June 29 2001, @10:18AM (#119176) Homepage
    With a password manager, I wind up with lots of passwords like "pXSvs2gQ", "3zRrtjBc" and "UA4urfVx" (to make up some examples). Sure, I have to remember one cryptic password to get into the manager, but then I can forget the rest (which, by my personal count, is 41 different user/password combos to remember - which I don't have time for).

    I recommend a decent password manager for everybody, since there's just too damn many sites that require them.

  • Re:More high school fun... by sab39 (Score:2) Friday June 29 2001, @11:25AM
  • Re:passwords by Syberghost (Score:2) Friday June 29 2001, @11:32AM
  • Re:Writing down passwords isn't always stupid. by Syberghost (Score:2) Saturday June 30 2001, @05:48PM
  • by Garion911 (10618) on Friday June 29 2001, @10:22AM (#119180) Homepage
    A friend of mine came up with a pretty nifty password creation scheme.. He lived on a rather busy street near a stop light.. So he would look out the window and pick out someone's licence plate number who was waiting at the light.....
  • ON KEyloggers by Ex Machina (Score:1) Friday June 29 2001, @10:36AM
  • How did they conduct this survey? by Nate237 (Score:2) Friday June 29 2001, @10:21AM
  • swordfish... [slightly OT] by cswiii (Score:2) Friday June 29 2001, @10:36AM
  • Re:Is there a category for... by chrisbolt (Score:1) Friday June 29 2001, @05:17PM
  • addresses by james_shoemaker (Score:1) Friday June 29 2001, @11:00AM
  • Re:Related poll by Aphelion (Score:1) Friday June 29 2001, @02:28PM
  • stronger passwords aren't by MarkMac (Score:1) Saturday June 30 2001, @08:43PM
  • All login passwords cracked, except... by jgerry (Score:1) Friday June 29 2001, @12:00PM
  • Re:Best password creation scheme... by Chelloveck (Score:2) Friday June 29 2001, @12:54PM
  • by Compuser (14899) on Friday June 29 2001, @11:42AM (#119190)
    When I worked as an intern in a rather big
    corp which shall remain nameless all
    passwords for all computer were "welcome".
    The sysadmins claimed it made their jobs
    easier because they didn't have to remember
    passwords for all the machines.
  • Cliff Stoll (Score:5)

    by sammy baby (14909) on Friday June 29 2001, @11:03AM (#119191) Journal

    I once read an interview with Clifford Stoll, who was speaking about another interview he did on camera in his apartment. Apparently, the camera crew set him up seated in front of his computer. By the time the interview was aired, he realized his monitor - and the Post-It (tm) note with his root password on it - was clearly visible in the shot.

    The obvious retort is, "But anyone can read it!"
    No, the obvious retort is, "But anyone who can get inside the room can read it." At my place of bidnez, our administrative passwords all get written down, then placed in a fireproof safe, which is in our locked operations center. If you're confident that nobody is interested enough to read your passwords, that's fine. Just don't give any TV interviews.
  • Re:Best password creation scheme... by Sloppy (Score:1) Friday June 29 2001, @12:39PM
  • Too many passwords by Sloppy (Score:2) Friday June 29 2001, @12:33PM
  • Related poll (Score:3)

    by crow (16139) on Friday June 29 2001, @10:18AM (#119194) Homepage Journal
    This Slashdot Poll [slashdot.org] shows that 3% of slashdot users use "password" as their password.
  • Yeah, if they have physical access to your home and box anyway, passwords aren't really going to stop anyone.
  • by sharkey (16670) on Friday June 29 2001, @11:23AM (#119196)
    He built redundant Cisco router configs for Slashdot until June 23, 2001.

    --
  • by sharkey (16670) on Friday June 29 2001, @12:39PM (#119197)
    Ah, yes. @Home. I get service through Comcast Cable in Indianapolis. In trying to get them to actually provide service, rather than just leaving the modem, I ended up talking to a senior level tech. I had to tell her where I was, so I did:

    @Home: Where are you located?
    Me: 73rd & Hoover.
    @Home: What is that near?
    Me: About 1/2 west of Meridian St.
    @Home: No, what's close to there on the map?
    Me: It's Meridian, US 31, runs down the center of town.
    @Home: I don't know where that is.
    Me: The middle of Indianapolis!!
    @Home: But what is that near?
    Me: Plainfield, Carmel, Avon, it's a big city in the middle of the state!
    @Home: What state is that?
    Me: Huh?
    @Home: What state is that?
    Me: INDIANA!
    @Home: What is that near?
    Me: What the hell are you talking about?
    @Home: We don't have any facilities there. What is that near?
    Me: What? Do you mean what States are nearby? OH, IL, MI...
    @Home: OK. We have service in Illinois. I put in a request for them to finish turning on your account.

    Bear in mind that I called my LOCAL cable company for this support, and ended up, on the same call, talking to this wizard, who apparently flunked 1st grade geography, and was stuck on that asinine question, "What is that near?"

    --
  • Re:Writing down passwords isn't always stupid. by Elwood P Dowd (Score:2) Friday June 29 2001, @12:01PM
  • Mine are good by Pope (Score:1) Friday June 29 2001, @10:16AM
  • My Favorite by Catmeat (Score:1) Friday June 29 2001, @11:42AM
  • Re:fingerprints by cruelworld (Score:1) Friday June 29 2001, @01:20PM
  • users amaze me by double_h (Score:2) Friday June 29 2001, @10:24AM
  • by RandomFactor (22447) on Friday June 29 2001, @10:17AM (#119203)
    the most common type of password attack comes in the form of "social engineering"

    *cough*

    Like giving your password to someone doing a study on passwords?

  • Re:Too many passwords? by r2ravens (Score:2) Friday June 29 2001, @10:33AM
  • Re:What I want to know. by MindStalker (Score:1) Monday July 02 2001, @05:41AM
  • What I want to know. by MindStalker (Score:2) Friday June 29 2001, @10:05AM
  • Mr.Root by angst_ridden_hipster (Score:2) Friday June 29 2001, @12:08PM
  • Re:I'm with Stupid -- by maeglin (Score:1) Friday June 29 2001, @11:52AM
  • Re:Dvorak Rules! by skullY (Score:1) Friday June 29 2001, @12:03PM
  • Re:Systematic is the only way! by iapetus (Score:2) Saturday June 30 2001, @03:05AM
  • Score -1: Off Topic by ConceptJunkie (Score:1) Friday June 29 2001, @01:12PM
  • You're lucky by chryptic (Score:1) Friday June 29 2001, @12:15PM
  • Re:Random is the only way! by chryptic (Score:1) Friday June 29 2001, @12:20PM
  • Re:More high school fun... by tulmad (Score:1) Friday June 29 2001, @10:45AM
  • Re:problem by GregWebb (Score:2) Saturday June 30 2001, @08:32AM
  • by Garin (26873) on Friday June 29 2001, @10:54AM (#119216)
    Dude, who cracks passwords any more? These days, it's far more likely the bad guys will get a root shell on a particular box before they'll crack passwords. Then it doesn't really matter any more, does it?

    IMNSHO, picking ridiculous passwords is a major waste of effort. All that is necessary is to "beat" all password guessers by a reasonable margin -- ie, stay well out of their dictionaries. As long as you'll make it so that dictionary attacks are no good, you'll have pushed the weakest link in your security on to something else.

    This means that pseudo-random passwords are easily good enough. No, "s00P3rS3kr1t" isn't a good choice for a password, but "SdN4N.Stm" will probably foil any dictionary.

    Heck, these days if someone manages to get a shadow file, then they're almost to the point where they don't need it any more.
  • Re:My (easier) way by MrNixon (Score:1) Friday June 29 2001, @12:09PM
  • Re:Best password creation scheme... by AntiFreeze (Score:2) Friday June 29 2001, @11:33AM
  • Another "what we did in high school" by AntiFreeze (Score:2) Friday June 29 2001, @11:42AM
  • wats wrong with ********* by Unknown Poltroon (Score:1) Friday June 29 2001, @12:19PM
  • Re:Is there a category for... by Voxol (Score:1) Saturday June 30 2001, @02:49AM
  • by GoNINzo (32266) <GoNINzo AT yahoo DOT com> on Friday June 29 2001, @10:22AM (#119222) Homepage Journal
    One of my favorite password stories is my recent subscription to @Home from AT&T. I called to complain about my cable modem dying (I apparently was querying the DHCP server every second, for an hour or to every week. Stupid crontab...). I am used to 'security questions' like 'can you verify your address' and things like that. but after the usual, the conversation went like this:

    The Guy: 'What is your @home password?
    Me: 'excuse me?
    TG: 'Oh, we have to make sure it's you.
    Me: 'But I havn't set a password.
    TG: 'Yes, you have.
    Me: 'Um, I don't remember TELLING anyone my password.
    TG: 'Oh wait, you do have the default. Do you want to set a password?
    Me: 'What?!
    TG: 'You tell me the password, i'll put it in for you.
    Me: 'I don't really feel comfortable with that.
    TG: 'Just give me any old password.
    Me: 'Okay. F. &. 9..
    TG: No, do you have a regular word you could use?
    Me: What, like 'bob'?
    TG: Okay i've set it to 'bob', how can I help you?

    I was about ready to kill him at that point. Slight alterations in the passwords, but that's pretty much how it went. I was not happy.

    --
    Gonzo Granzeau

  • Random passwords by deacent (Score:1) Friday June 29 2001, @10:49AM
  • Re:Foreign Language Passwords by Mike Van Pelt (Score:2) Friday June 29 2001, @11:34AM
  • Re:My /. password is... by cornjones (Score:1) Friday June 29 2001, @11:29AM
  • Re:You mean... by generic-man (Score:1) Friday June 29 2001, @11:08AM
  • In Washington by Marillion (Score:1) Friday June 29 2001, @10:21AM
  • Re:"swordfish,' for those who don't know.... by rufus t firefly (Score:1) Friday June 29 2001, @10:59AM
  • Link for "Swordfish" routine by rufus t firefly (Score:2) Friday June 29 2001, @11:06AM
  • Re:Is there a category for... by CBravo (Score:1) Friday June 29 2001, @11:46AM
  • Re:my personal favorite... by CBravo (Score:1) Friday June 29 2001, @02:16PM
  • by gorilla (36491) on Friday June 29 2001, @10:09AM (#119232)
    You can make the case mixing in the mnemonic device too. For example, if you were to think the Too Many was loud, it could be mshTMp2d.
  • Yet Another Password Scheme... by slackergod (Score:1) Friday June 29 2001, @12:36PM
  • Re:Password Methodology by Peter H.S. (Score:2) Friday June 29 2001, @01:33PM
  • Re:BOSCO by EnderWiggnz (Score:1) Friday June 29 2001, @10:39AM
  • Re:Back in high school... by HerrNewton (Score:1) Friday June 29 2001, @10:39AM
  • Sales Department (Score:5)

    by Talisman (39902) on Friday June 29 2001, @10:34AM (#119237) Homepage
    "The Internet domain name registry CentralNic who commissioned the study, claims that the most common type of password attack comes in the form of "social engineering", when a cracker poses as technical support, and contacts someone in a different department within a big corporation claiming that there is a network problem, and asks for the user's password."

    Brrrnnnggg!!!
    Brrrnnnggg!!!

    "Good morning and thank you for calling the sales department at ACME Widget Corporation. My name is Janet. How can I help you today?"

    "Good morning, ma'am. This is the tech support department. We're currently installing quizzards for the loopstep stabilizers on your PC and we need your password."

    "Oh, OK. My password is J-A-N-E-T."

    (tapping sounds)
    "Ummm... No, ma'am. That's your login name. We need your password. The thing that you type in after your login name."

    "You mean that box underneath my name?"

    "Yes, ma'am. The box that says "Password" next to it..."

    "Oh it's B-U-S-T-E-R. That's my puppy's name."

    (tapping sounds)
    "No ma'am, that isn't it either."

    "Yes it is. When the 'Password' box comes up I type that in or else I can't get my e-mail."

    "That's the password to your e-mail account, Janet. When you FIRST turn the computer on, a box comes up that has a text entry field... err... I mean a little white rectangular box that you can type in, underneath your login name. What do you type in that box?"

    "Nothing."

    (silence)

    "What do you mean 'nothing'?"

    "I kept forgetting my password so one of the boys from the IT department set it to Auto Save so I wouldn't have to type it in."

    (silence)

    "Janet, can you please transfer me to the accounting department?"

    "Don't you want to place an orde..."

    "SILENCE, DUNCE! TRANSFER ME NOW!!!"
  • Re:Is there a category for... by Calcbert (Score:1) Friday June 29 2001, @05:41PM
  • Re:You're insane by p3d0 (Score:1) Saturday June 30 2001, @05:48AM
  • Re:Passwords are an unfortunate necessity... by Thalia (Score:2) Friday June 29 2001, @04:33PM
  • Does this count? (Score:3)

    by Monthenor (42511) <monthenor.gogeek@org> on Friday June 29 2001, @10:04AM (#119241) Homepage
    Back in high school, when SNES was big-time, my favorite password was "PotassiumIodide". See, Killer Instinct was one of my favorite games, and abbreviates to KI (all the chemists out there are shaking their heads at me)...
    ------------------------
  • by Monthenor (42511) <monthenor.gogeek@org> on Friday June 29 2001, @10:12AM (#119242) Homepage
    We got our computer lab's admin password the old-fashioned way: we watched over our teacher's shoulder. Turned out to be a "cryptic", so he didn't suspect anything for a looooong time. This was on a bunch of PowerPCs with Mac OS8, and normally the account menu in the menu bar would say "Student"...and if it said "Administrator" when he walked by, we were busted. The solution? With our newfound administrator access, we created an account called "Student " and gave it privileges :) He didn't catch on until after I graduated; he even tried changing passwords once, to another "cryptic", but by then we had keystroke-loggers and our own accounts...

    So many people neglect the meatspace security.
    ------------------------

  • Re:Cryptic == bad by Steve B (Score:2) Friday June 29 2001, @10:33AM
  • Re:Oops... by EasyTarget (Score:2) Friday June 29 2001, @10:42AM
  • multi-lingual speakers are extra cryptic! by haledon (Score:1) Friday June 29 2001, @12:46PM
  • You're kidding, right? by tosderg (Score:1) Friday June 29 2001, @11:59AM
  • Re:You're kidding, right? by tosderg (Score:1) Friday June 29 2001, @03:13PM
  • by tosderg (44011) on Friday June 29 2001, @10:47AM (#119248) Homepage
    if you ask me.

    It's amazing to me that people in such an intellectually demanding field as programming computers have for YEARS relied upon what could possibly be the most inefficient form of personal security available: a secret word. I mean really.

    Complaints aside of "stupid users!" and "idiots deserved to have their account cracked with a foolish password like that!", what do you expect? It's the same thing as the whole "Well duh, to use Linux well you need to LEARN it, it's not my fault if you're too STUPID to learn something NEW!" argument; it just doesn't hold water when applied to the general populace.

    You or I may be capable of mastering every arcane command our operating system affords us, memorizing every minor inconsistancy between BSD flavor or Linux distribution, programming in fixes when we need them, etc, but JOE USER NEVER, EVER WILL. It's the same with passwords. You or I may realize the importance of a unique alpha-numeric password for each of our important sites, and have a nice table of "xreF249sfj2r43's" and "248sT358ugtds's" memorized in our head, but JOE USER NEVER EVER WILL.

    So when confronted with that box that says "Choose a password, and CHOOSE ONE YOU WILL REMEMBER, PASSWORD RETRIEVAL IS VERY DIFFICULT, please enter in your password hint in case you forget it", Joe User is not only inclined, but DIRECTED to select an easily-rememberable password.

    Someone please tell me how the fsck you have a "hint" to remind you the password you selected is "24885sfjsfsjf82's"?

    So Joe User sees that box, thinks "oh cool" and types in for the hint "Mom's maiden name" and his password ends up being "johnson", and that's that. It works for him, he remembers it, and even if he does forget it, it's right there for him to retrieve via his hint. Joe User doesn't realize that someone with half a brain will probably guess his mother's maiden name as his password within the first ten attempts to break into his account/machine/whatever.

    Also notice Microsoft and countless third parties developing programs to auto-remember and auto-insert passwords on sites you've visited before. One wonders why they don't just tie access to a unique browser hash if it's going to be that straightforward.

    An example of the type of thing I'm referring to: One time I had a few friends over spending the night with me, and when we got up the next morning we all had logged onto our messengers of choice to talk to friends and see what the plans were for that day. One friend had logged off of his AOL IM account to go to the bathroom (for he knew that if he left it up, we all would've lunged at his machine to enter the standard requisite "Sup, slut?" messages to his girlfriend and mother and etc etc ;), well, just to be a nuisance I told another friend of mine to try a password to see if we could log in when he was away.

    To my astonishment, it worked. My FIRST GUESS. It just goes to show that most "regular people" pick a password that is so easily rememberable (a word? is now.) by them and so related to who they are that those who know them well can probably pick it out just as easily. Another one of my friend's passwords, discovered via the same method, is simply his girlfriend's name with an "i" replaced with a "1".

    (btw, the password for the aformentioned friend was "bigblack", he'd been a fan of that character on the Howard Stern show)

    So please, someone more intelligent than I, come along and invent a better personal identification system that doesn't rely on the good practices or intelligence of the end user.

    -Chris
  • Re:You're insane by Simon Brooke (Score:2) Friday June 29 2001, @01:36PM
  • Re:Systematic is the only way! by Simon Brooke (Score:2) Sunday July 01 2001, @02:27AM
  • In fifteen years you will be 30. And you will remember the day when you had forgotten a password for the first time.

    Amen to that. I remember a time when I was phoned up by a former employer nine months after I had left their employ, what the root password for a particular machine was (because the person I had handed over to had also left and was unreachable).

    You need a systematic way of generating passwords, where the key knowledge is the system, not the individual password. Then, if you forget a past password, you can work progressively back through the system until you recover it.

    As an example, you might choose a particular book, ideally in a foreign language, and use the longest word in the fifth line of each successive right hand page as successive passwords (that isn't my system, but it's analogous to my system). If you forget your current password, just look in the book. If you forget an earlier password, work progressively backwards though the book.

    You can, if you want, substitute some letters with some numbers in a systematic fashion known to yourself, but IMHO that trick is now so well known as to add little extra value. I know some good geeks who always systematically replace all vowels with numbers... so if you were trying to crack their passwords, you would do the same.

    And yes, I was able to tell my former employer their password, there and then on the phone, although I had changed all my passwords several times since then. Systems are good provided only you know the logic of the system.

  • Re:passwords by greenrd (Score:1) Saturday June 30 2001, @07:53AM
  • Office Workers? by QuantumG (Score:2) Friday June 29 2001, @10:29AM
  • Other password insanity. by QuantumG (Score:2) Friday June 29 2001, @10:40AM
  • Re:A few years ago... by QuantumG (Score:2) Friday June 29 2001, @10:51AM
  • Re:Random is the only way! by wurp (Score:1) Friday June 29 2001, @10:58AM
  • Re:Too many passwords? by raynet (Score:1) Friday June 29 2001, @01:06PM
  • Re:Sales Department by Tackhead (Score:1) Friday June 29 2001, @11:43AM
  • by Tackhead (54550) on Friday June 29 2001, @11:38AM (#119259)
    > We got our high-school computer labs admin password the old fashioned way too. By rifling through his desk. Sure enough, we found the words 'lunch' and 'dinner' written on the inside cover of one of the manuals for no apparent reason. Admin password? breakfast. From then on we played a lot of networked doom.

    Setting the Wayback machine for 15 years ago...

    We shoulder-surfed our teacher's r00t password. It didn't change for the next two years.

    We had access to 40 megabytes of space for our use (some legit projects, but mostly warez), of which we only used about 5-10, so nobody notice.

    On graduation day, we changed the "Mail Waiting" prompt to "Whale Mating", brought in portable tape players, each with an identical copy of a tape cued up to the same point, left the headphones hanging around our necks and volume cranked, and hit "Play" at a predetermined time according to the classroom clock.

    The classroom was then filled with the faint strains of "Batman", seemingly coming from every direction.

    Teach was confused for a minute about where the music was coming from, but then he put two and two together and started laughing harder than we were.

    Confused the hell out of the non-geek students, that's for sure.

  • Re:Random is the only way! by glitch! (Score:1) Friday June 29 2001, @11:28AM
  • Re:My way by glitch! (Score:2) Friday June 29 2001, @10:42AM
  • by glitch! (57276) on Friday June 29 2001, @10:04AM (#119262)
    For all my passwords (and I have a lot of them), the only acceptable way is to pick them randomly.
    And I don't mean pseudo-random, like a computer generated password, or "sounds random", from just
    making up letters and digits out of my head.

    I have a cup full of small squares, each one with a letter or digit on them. Pull one out, put it
    back in, shake, and repeat 7 or 8 times.
  • Swordfish? by Milican (Score:1) Friday June 29 2001, @10:33AM
  • my password by thomkt (Score:1) Friday June 29 2001, @11:57AM
  • Other categories (Score:3)

    by Bilestoad (60385) on Friday June 29 2001, @10:34AM (#119265)
    Are there also categories for systems administrators?

    Like...

    Life's Lance Corporal: Makes sure that nobody uses any software or operating system other than that used approved by the CTO. Zealously enforces the use of anti-virus software on every boot. In marketing, his tread is greeted with trembling... in engineering, with stifled laughter.

    Just a Sad Bastard: Has such a pathetic life that he needs to reaffirm his own cleverness by making lists categorizing those sheep-like lusers. Not quite competent, but it's too difficult to fire him because he won't tell anyone else the root passwords of the systems he controls.

    :-)

    Any more?
  • Re:Oops... by theonetruekeebler (Score:2) Friday June 29 2001, @06:48PM
  • Bruce Schneier.... by babbage (Score:2) Friday June 29 2001, @11:16AM
  • Which brings up a question... by Ungrounded Lightning (Score:2) Friday June 29 2001, @05:30PM
  • My Password by vbrtrmn (Score:1) Friday June 29 2001, @10:38AM
  • by vbrtrmn (62760) on Friday June 29 2001, @10:52AM (#119270) Homepage
    I'll trump that one...

    I used to work for an ISP in Virginia, called Erols Internet.

    We had to answer the phone with:
    "Erols technical support, may I have your userid?"

    Half the People who called answered with:
    "Is that my password?"

    Soon after I started working there, I changed my username to IsThatMyPassword, basically as a geeky joke.

    It has been about 3 years since I quit, I called up support, because I didn't pay my bill.

    A nice man answered and asked me for my userid, and I said, "IsThatMyPassword".

    After I explained it to him, he laughed for a few minutes and said that I had been his best caller ever :)

    --
    microsoft, it's what's for dinner

    bq--3b7y4vyll6xi5x2rnrj7q.com
  • Re:Stop demanding "strong" passwords by mrBoB (Score:1) Tuesday July 10 2001, @05:46PM
  • Re:More high school fun... by PurpleBob (Score:2) Friday June 29 2001, @02:32PM
  • Re:problem by ostiguy (Score:2) Friday June 29 2001, @11:52AM
  • Times change, people never do.. by ucblockhead (Score:2) Friday June 29 2001, @12:54PM
  • Password Methodology by AppyPappy (Score:2) Friday June 29 2001, @10:13AM
  • by The-Pheon (65392) on Friday June 29 2001, @10:04AM (#119276) Homepage
    ...the idiots that write their passwords on post-its and stick them to the bottom of their keyboards?


    Bottom of their keyboards?


    My users stick them on their monitors!

  • Re:Social Engineering at it's best? by dodobh (Score:2) Saturday June 30 2001, @02:18AM
  • Re:passwords by idistrust (Score:1) Friday June 29 2001, @10:19AM
  • Re:My /. password is... by idistrust (Score:2) Friday June 29 2001, @10:12AM
  • Re:Other categories by wumingzi (Score:1) Friday June 29 2001, @12:14PM
  • Another way of making cryptic passwords... by wumingzi (Score:2) Friday June 29 2001, @11:06AM
  • Re:Cryptic by pubudu (Score:1) Friday June 29 2001, @06:21PM
  • Re:npasswd and password nazism by pubudu (Score:1) Friday June 29 2001, @06:33PM
  • by pubudu (67714) on Friday June 29 2001, @10:42AM (#119284)
    The most annoying thing about most people's casualness with passwords is that they not only do not know even the most basic rules of etiquette, but they actually get offended when you try to enforce them. When I'm at a friend's computer and I need him to type in his password, I get up and move away. When someone is at an ATM in front of me, I stand back and stare at the wall.

    But when I ask people to back off when entering my password/PIN, they stare at me as if I'm a madman! Then they grumble something about 'paranoia' as they finally back away.

    It would appear that their own lax security affects how they think everyone else should act. I don't much mind their own obliviousness, which is what this article is about, so much as the creation of social norms around it.

  • Re:I just have FPM generate them by maraist (Score:1) Friday June 29 2001, @11:29AM
  • Re:Too many passwords? by binner (Score:1) Friday June 29 2001, @10:23AM
  • Re:My /. password is... by DoomHaven (Score:1) Friday June 29 2001, @01:27PM
  • I've done this before... by jason_z28 (Score:2) Friday June 29 2001, @10:02AM
  • Re:What I want to know. by jhoffoss (Score:1) Friday June 29 2001, @10:30AM
  • Re:what about dates? by jhoffoss (Score:1) Friday June 29 2001, @10:59AM
  • Re:Other categories by aidoneus (Score:1) Friday June 29 2001, @12:37PM
  • Re:A few years ago... by mbauser2 (Score:1) Friday June 29 2001, @04:14PM
  • Re:my personal favorite... by staplin (Score:1) Friday June 29 2001, @12:55PM
  • by AugstWest (79042) on Friday June 29 2001, @10:40AM (#119294)
    ...comes from a marx brothers movie. it's the password to get into the speakeasy. how it became a completely unrelated travolta title, I'll never know...
  • Re:Too many passwords? by Zach (Score:1) Friday June 29 2001, @04:31PM
  • Re:Cliff Stoll by mgblst (Score:1) Friday June 29 2001, @08:16PM
  • You're insane by MemeRot (Score:2) Friday June 29 2001, @10:55AM
  • Re:Is there a category for... by Eil (Score:1) Friday June 29 2001, @01:16PM
  • My password storage solution by Eil (Score:2) Friday June 29 2001, @01:48PM
  • Re:Is there a category for... by Eil (Score:2) Sunday July 01 2001, @12:35PM
  • by Eil (82413) on Friday June 29 2001, @02:23PM (#119301) Homepage Journal

    That's what I do at work for all those stupid mandatory 90-day password changes. Of course, being a network run by morons, it keeps a list of ALL YOUR PREVIOUS PASSWORDS to enforce the fact that you your new password must be unique relative to the old ones. In other words, if someone ever cracks the password database, they get not only the current passwords, but the old ones so they can see patterns in the way the user chooses his passwords.

    Dumb dumb dumb. I'm a security-conscious fellow alright, but I do the above scheme of password changing simply so that if their systems ever get cracked, they might immediately see how stupid their enforced-password plan really was.
  • Re:Random is the only way! by precize (Score:1) Friday June 29 2001, @10:42AM
  • Re:Random is the only way! by precize (Score:1) Friday June 29 2001, @11:25AM
  • Re:Cliff Stoll by FireWhenRady (Score:1) Sunday July 01 2001, @06:25PM
  • Do what Bruce Schneier says... by fawadhalim (Score:1) Friday June 29 2001, @10:57AM
  • Re:The passward is electrifing by Moonshadow (Score:1) Friday June 29 2001, @10:58AM
  • Re:Back in high school... by blogan (Score:1) Monday July 02 2001, @04:20AM
  • by blogan (84463) on Friday June 29 2001, @10:05AM (#119308)
    Back in high school (6 years ago) we got the password file for a BBS we were on. Took a cracker program and gave it a list of common first names, sports teams, cheezy stuff (opensesame, secret), and all the previous with '1' appended (because you always here people say to put a number, so people think they're sneaky and put a 1 at the end. Never a 2 or 48). Doing that, I'd say we got about 60% of the passwords. Also, "catLight" was one of them because when you sign up, it said to use a combination of words, such as catLight.
  • The Dogwalker by Noer (Score:2) Friday June 29 2001, @11:45AM
  • by Che Guevarra (85906) on Friday June 29 2001, @10:24AM (#119310)


    I have a cup full of small squares, each one with a letter or digit on them. Pull one out, put it back in, shake, and repeat 7 or 8 times.

    I have a bottle full of small pills, each one with a small letter on it. When ever I get that obsessive-compulsive I pull one out, swallow, and repeat 7 or 8 times.

  • Best Funniest paswords by phunhippy (Score:2) Friday June 29 2001, @10:37AM
  • Re:More high school fun... by brunes69 (Score:2) Friday June 29 2001, @12:06PM
  • Re:My /. password is... by graniteMonkey (Score:1) Friday June 29 2001, @11:19AM
  • Uh Oh... by Greyfox (Score:2) Friday June 29 2001, @10:39AM
  • Re:Writing down passwords isn't always stupid. by randombit (Score:1) Friday June 29 2001, @03:01PM
  • Re:Writing down passwords isn't always stupid. by randombit (Score:2) Friday June 29 2001, @12:10PM
  • For a while I learned how to type using a Dvorak keyboard layout. So what I'd do is use a common phrase for me, but type the letters in the Dvorak sequence on a Qwerty keyboard. Or the reverse. Bingo, a relatively simple passphrase became jibberish.

    Unfortunately, it was too hard to switch back and forth between Dvorak and Qwerty, and my regular typing became jibberish as well. So I quit doing that, and went back to the slow ol' Qwerty way.

    It was a cool system while it lasted.


  • opt out by arban (Score:1) Friday June 29 2001, @08:38PM
  • not allowed to be cryptic by arban (Score:1) Friday June 29 2001, @08:44PM
  • problem by god_of_the_machine (Score:1) Friday June 29 2001, @11:17AM
  • Re:Oops... by dunkelfalke (Score:1) Saturday June 30 2001, @02:30AM
  • Keyboard password by magi (Score:1) Friday June 29 2001, @01:28PM
  • Cryptic == bad by BierGuzzl (Score:1) Friday June 29 2001, @10:09AM
  • Password Accepted by Mr Fodder (Score:1) Friday June 29 2001, @11:42AM
  • Re:Competition time. by Creepy (Score:1) Friday June 29 2001, @10:31AM
  • Re:More high school fun... by Creepy (Score:1) Friday June 29 2001, @10:53AM
  • Re:More high school fun... by Creepy (Score:1) Friday June 29 2001, @10:55AM
  • Mine by Tayknight (Score:1) Friday June 29 2001, @10:04AM
  • Re:Writing down passwords isn't always stupid. by mindriot (Score:1) Friday June 29 2001, @05:14PM
  • Why use passwords? by stickytar (Score:1) Friday June 29 2001, @10:06AM
  • Re:A few years ago... by Animgif (Score:2) Friday June 29 2001, @12:14PM
  • Re:"swordfish,' for those who don't know.... by Madthio (Score:1) Friday June 29 2001, @12:36PM
  • Hmmm... by SIGFPE (Score:2) Friday June 29 2001, @01:04PM
  • Re:fuck cryptic passwords by Legion303 (Score:1) Saturday June 30 2001, @02:27AM
  • Re:My Random Method by Legion303 (Score:1) Saturday June 30 2001, @02:31AM
  • Re:Hello, by Legion303 (Score:1) Saturday June 30 2001, @02:48AM
  • Re:You're kidding, right? by crucini (Score:2) Friday June 29 2001, @02:53PM
  • Re:problem by Steeltoe (Score:1) Friday June 29 2001, @12:36PM
  • Re:Password Methodology by Spire (Score:1) Saturday June 30 2001, @08:30AM
  • Family Guy by Viking Coder (Score:1) Friday June 29 2001, @12:14PM
  • Re:Random is the only way! by skarab13 (Score:1) Friday June 29 2001, @08:25PM
  • Here's what I always did: by psxndc (Score:1) Friday June 29 2001, @10:35AM
  • Re:Passwords are an unfortunate necessity... by jgerman (Score:1) Friday June 29 2001, @11:53AM
  • Re:The passward is electrifing by jgerman (Score:2) Friday June 29 2001, @11:33AM
  • Re:npasswd and password nazism by jgerman (Score:2) Friday June 29 2001, @11:55AM
  • Re:You're kidding, right? by jgerman (Score:2) Friday June 29 2001, @02:59PM
  • Re:npasswd and password nazism by jgerman (Score:2) Friday June 29 2001, @03:01PM
  • Best method I have found by jallred (Score:1) Friday June 29 2001, @10:47AM
  • Re:Random is the only way! by timmyd (Score:1) Friday June 29 2001, @04:28PM
  • Re:Random is the only way! by tandr (Score:1) Friday June 29 2001, @12:05PM
  • Re:passwords by Trepalium (Score:1) Friday June 29 2001, @02:46PM
  • Re:Is there a category for... by kirby697 (Score:2) Friday June 29 2001, @10:07AM
  • innermost secrets? by Barahir (Score:1) Friday June 29 2001, @12:55PM
  • Dilbert Password by JojoLinkyBob (Score:1) Friday June 29 2001, @10:38AM
  • by friedo (112163) on Friday June 29 2001, @10:29AM (#119355) Homepage
    Heheheh. When one of my grade school buddies would sneak one of his dad's Playboys into school, we'd ask him, "So where's the lead?"

    (Lead = Pb = Playboy)

  • passkey by Khopesh (Score:2) Saturday June 30 2001, @06:41PM
  • Re:I just have FPM generate them by The Flymaster (Score:1) Friday June 29 2001, @10:36AM
  • Re:Too many passwords? by Fesh (Score:2) Friday June 29 2001, @02:58PM
  • Re:Does this count? by andy@petdance.com (Score:2) Friday June 29 2001, @02:01PM
  • Re:More high school fun... by arunkv (Score:1) Friday June 29 2001, @09:07PM
  • Groucho on social engineering by e7 (Score:2) Friday June 29 2001, @12:22PM
  • Re:passwords by jfmiller (Score:1) Friday June 29 2001, @12:20PM
  • Re:Passwords :: We need a better way by jfmiller (Score:1) Friday June 29 2001, @12:41PM
  • Re:Best password creation scheme... by bad-badtz-maru (Score:1) Friday June 29 2001, @05:44PM
  • Re:Wow! by bad-badtz-maru (Score:1) Saturday June 30 2001, @03:40AM
  • Re:Wow! by bad-badtz-maru (Score:2) Saturday June 30 2001, @03:38AM

  • About a year ago there was some sort of discussion here about methods of password generation. Someone had the best system I have seen, and I have been using it ever since. It's based on the use of simple math formulas, such as 8+7=fifteen or 24/8=three . It has many advantages. It's relatively long, uses shifted characters, and isn't hard to remember. Another advantage I discovered after we started using it regularly is that you can verbally relay the password to another admin who might have forgotten it and that admin (who knows that the answer to the equation is spelled out) can then use it but others within earshot who heard it will not understand how to use it.
    A tip of the hat to whomever it was here that originally posted that method a year or so ago.

    maru
  • Re:My /. password is... by DarkHelmet (Score:1) Friday June 29 2001, @06:02PM
  • Re:The passward is electrifing by RFC959 (Score:1) Friday June 29 2001, @01:32PM
  • by AMuse (121806) <amuse@foof u s . com> on Friday June 29 2001, @10:04AM (#119370) Homepage
    Users, generally, have too many passwords to remember. And no one wants to subscribe to MS Passport. Writing down the password, as well, is equally foolish.

    However, to be a good SysAdmin, you really need to try to find SOME way for your users to have both a secure password, and one the can remember. (OR you'll be resetting it constantly).

    I advise my users to think of a sentence to use as a mnemonic device, and make their password off that. ie, "My Sysadmin Has Too Many Piercings Today" - their PW would be mshtmp2d. I know, it's not as good as, say, "54kaSgHJ3", but most crack programs will take a hell of a long time on a NICE computer to break it, and the users feel more comfortable with it.

    Really, the point is to make the password not easily guessable, not write it down, but easy for the user to remember.
    --------------------------------------- -----------
  • Re:Foreign Language Passwords by Robert Borkowski (Score:1) Friday June 29 2001, @11:43AM
  • Re:passwords by Animats (Score:2) Sunday July 01 2001, @10:19AM
  • Foreign Language Passwords by Logic Bomb (Score:2) Friday June 29 2001, @10:36AM
  • Re:Foreign Language Passwords by Logic Bomb (Score:2) Friday June 29 2001, @11:39AM
  • Or what about.... by [ella] (Score:1) Friday June 29 2001, @12:58PM
  • by susano_otter (123650) on Friday June 29 2001, @12:24PM (#119376) Homepage

    The Internet domain name registry CentralNic who commissioned the study, claims that the most common type of password attack comes in the form of "social engineering", when a cracker poses as technical support, and contacts someone in a different department within a big corporation claiming that there is a network problem, and asks for the user's password.

    Another option is to pretend to be doing a study of such things, and ask thousands of companies for their user's passwords.

  • Re:The passward is electrifing by SuiteSisterMary (Score:2) Friday June 29 2001, @10:28AM
  • Oh, my by vanza (Score:1) Friday June 29 2001, @10:04AM
  • Re:Stop demanding "strong" passwords by cryosis (Score:1) Friday June 29 2001, @12:35PM
  • My method for easy to remember passwords... by Gogl (Score:2) Friday June 29 2001, @01:13PM
  • Re:Is there a category for... by Colz Grigor (Score:2) Friday June 29 2001, @06:38PM
  • by YIAAL (129110) on Friday June 29 2001, @05:59PM (#119382) Homepage
    I have post-its with fake passwords scattered all over my office. I figure anyone who tries to hack my machine will waste a lot of time trying them, and will be so absolutely sure that one of them must work that in the end he will be too emotionally exhausted from frustration to try a more intelligent approach.
  • but why bother? by whizzird (Score:1) Friday June 29 2001, @10:24AM
  • Cryptic by aozilla (Score:2) Friday June 29 2001, @11:10AM
  • Re:Too many passwords? by rgmoore (Score:1) Friday June 29 2001, @04:20PM
  • Re:I'm with Stupid -- by rgmoore (Score:1) Friday June 29 2001, @07:30PM
  • by rgmoore (133276) <glandauer@charter.net> on Friday June 29 2001, @10:48AM (#119387) Homepage

    Of course on a modern system that uses MD5 passwords, it would be fine to use the whole sentence as the password (passphrase) instead of abbreviating it. Typing out something that long could get really annoying after a while, but if you're really interested in security it would be worth it. If the goal is to increase the keyspace, the simplest way to do it is to allow longer but still memorable passphrases, not to force people to remember gibberish.

  • Re:How to choose a password by SilLumTao (Score:1) Friday June 29 2001, @12:03PM
  • My favorite is by Frequanaut (Score:1) Friday June 29 2001, @10:11AM
  • Re:5 most common passwords!!! by CptnHarlock (Score:1) Friday June 29 2001, @02:51PM
  • ...the idiots that write their passwords on post-its and stick them to the bottom of their keyboards?

  • joke by sik puppy (Score:2) Friday June 29 2001, @01:51PM
  • Re:People! by FnH (Score:1) Friday June 29 2001, @10:21AM
  • Password security lessons from pop music by Jonathan Blocksom (Score:1) Friday June 29 2001, @10:37AM
  • Re:My /. password is... by Andrewkov (Score:1) Saturday June 30 2001, @08:31AM
  • I know of the _PERFECT_ system. by Com2Kid (Score:1) Friday June 29 2001, @11:14PM
  • Password=Password? by langed (Score:1) Friday June 29 2001, @08:23PM
  • Re:Sales Department by sowalsky (Score:1) Friday June 29 2001, @10:52AM
  • It takes a team of trained IT professionals... by mdavids (Score:2) Friday June 29 2001, @04:14PM
  • --As a Sys Admin I have a sort of love/hate relationship with passwords. My users are required to remember no less than 3. (NW, Notes, Sabre.) Some of the savvier have managed to use the same password everywhere. Recently an edict was passed down from the PHBs to make everyone's password the same. Mostly so the PHBs could access anything. I showed them the error of this thought process.

    --"Then they can get eachother's stuff and yours!"

    --"But, they're not me, how could they get in?"

    --"If I have the keys to your house I could get in to it."

    --"Oh. But they'd have to sit at my desk!"

    --"Not really." (Of course I could restrict where users can log in from but they don't need to know that!)

    --But honestly I feel for these people. I have a ton of passwords too. Some are hard some are easy some I don't know thanks to cookies. The point being ther ARE far too many passwords.

    --I have been trying to envision a swipe card system wherein all a user's passwords are stored yadda yadda. Clearly theft of this would be bad, but so is losing your work ID swipe card. Perhaps this is coupled to a typed password for the card. (Which my users would write onto the card with a Sharpie.)

    --Of course the promise of fingerprint recognition (lop off the finger trick?) and retinal scans would make this idea obsolete in several years but something has to be attempted to lessen the password load.
    ---
  • Man, I finally have a category.... by woody_jay (Score:1) Friday June 29 2001, @10:36AM
  • False Password by orfeo (Score:1) Friday June 29 2001, @10:09AM
  • Staples.ca by BigASS (Score:1) Friday June 29 2001, @02:15PM
  • Re:Is there a category for... by Martin Blank (Score:1) Friday June 29 2001, @02:50PM
  • Re:The passward is electrifing by Martin Blank (Score:1) Friday June 29 2001, @04:29PM
  • by _xeno_ (155264) on Friday June 29 2001, @10:55AM (#119406) Homepage Journal
    Google "translation Fithos Lusec Wecos Vinosec" [google.com] and feel lucky about it [ezboard.com], and you'll be rewarded with:
    [W]hat Uematsu did was rearrange the letters in "Succession of Witches" and "Love" to make something that sounded truly Latin. Try it for yourself. All of the same letters are in there!

    Fithos Lusec Wecos Vinosec
    Succession of Witches Love

    I think it's cool that he did that because that also portrays the prevalent theme of Final Fantasy VIII.

    More information (like the words) can be found elsewhere [rpghosts.com].

    My mod points, please :)

    --

  • Re:How about choosing based on ease of typing? by simetra (Score:1) Friday June 29 2001, @04:12PM
  • Re:passwords by shepd (Score:1) Friday June 29 2001, @12:30PM
  • Re:Writing down passwords isn't always stupid. by kirkb (Score:1) Friday June 29 2001, @01:55PM
  • Re:More high school fun... by jayhawk88 (Score:1) Friday June 29 2001, @11:12AM
  • easiest password by bigbadbuccidaddy (Score:1) Friday June 29 2001, @11:38AM
  • Webpages as Password Generators by eric434 (Score:1) Friday June 29 2001, @11:26AM
  • fuck cryptic passwords by AndyChrist (Score:1) Friday June 29 2001, @10:53PM
  • by dbolger (161340) on Friday June 29 2001, @10:07AM (#119414) Homepage
    "Computer passwords reveal workers' secrets

    login: dbolger
    pw: StalkingNataliePortman

    ;)

  • what about dates? by emok (Score:1) Friday June 29 2001, @10:13AM
  • Re:What I want to know. by emok (Score:2) Friday June 29 2001, @10:19AM
  • Same password, many years by dada21 (Score:1) Friday June 29 2001, @10:03AM
  • Re:Oops... (Score:4)

    by PopeAlien (164869) on Friday June 29 2001, @10:16AM (#119418) Homepage Journal
    Uh.. yeah.. there *have* been some problems at OSDN lately, but don't worry we're working on the problem. Everybody just needs to email their slashdot username/password to me and I'll check to make sure it hasn't been 'compromised'.. Have a nice day!

  • Ran-Dumb passwords by Carlk (Score:2) Friday June 29 2001, @06:12PM
  • Re:passwords by amitv (Score:1) Friday June 29 2001, @02:20PM
  • Re:I'm with Stupid -- by 2Bits (Score:1) Friday June 29 2001, @02:30PM
  • Suggested Password Scheme by Elentar (Score:1) Friday June 29 2001, @10:56AM
  • Hello, by EvlPenguin (Score:2) Friday June 29 2001, @12:31PM
  • by Psmylie (169236) on Friday June 29 2001, @10:02AM (#119424) Homepage
    1... 2... 3... 4... 5...
    I specifically chose it because that's what I have on my luggage.
  • Re:Writing down passwords isn't always stupid. by oivvio (Score:1) Friday June 29 2001, @03:25PM
  • Password is password by wpc4 (Score:1) Saturday June 30 2001, @11:27AM
  • Re:Writing down passwords isn't always stupid. by Feynman (Score:1) Friday June 29 2001, @01:10PM
  • Re:Best password creation scheme... by Feynman (Score:1) Friday June 29 2001, @01:29PM
  • Heh (Score:3)

    by neema (170845) on Friday June 29 2001, @12:23PM (#119429) Homepage
    And then there's the category "Stupid" for the zillions who use "Trustno1", "Swordfish", and "Password".

    Yeah, those stupid people. Haha, they're so dumb.

    *Quickly loads preferences page to change password*
  • Re:Why not write it down and carry it with you? by loraksus (Score:1) Friday June 29 2001, @02:04PM
  • suggest that. by loraksus (Score:2) Friday June 29 2001, @01:39PM
  • Re:Systematic is the only way! by loraksus (Score:2) Friday June 29 2001, @01:44PM
  • Re:I'm with Stupid -- by Ian Wolf (Score:1) Friday June 29 2001, @11:22AM
  • Re:I'm with Stupid -- by Ian Wolf (Score:2) Friday June 29 2001, @10:59AM
  • Re:I'm with Stupid -- by Ian Wolf (Score:2) Friday June 29 2001, @12:03PM
  • I'm with Stupid -- (Score:5)

    by Ian Wolf (171633) on Friday June 29 2001, @10:11AM (#119436) Homepage
    Or I was I should say. One of my previous employers had fourteen NT/Win2K and 4 Solaris boxes all with the combos of administrator/password and root/password. Nice eh? Their web server, ftp servers, domain controllers, everything. I tried twice to get them changed. I even started to put better passwords on new machines, but the CTO kept changing them.

    "I don't want to have to remember 18 different passwords." You don't Genuis, give the same password if you must, but make them tough.

    To this day, if I want to call an old co-worker, but can't remember their number, I look it up on their intranet.

  • Re:More high school fun... by commodoresloat (Score:1) Friday June 29 2001, @03:25PM
  • Re:Dear God ... by commodoresloat (Score:1) Friday June 29 2001, @03:30PM
  • Acronyminus Cowardus by Bluesee (Score:1) Friday June 29 2001, @03:30PM
  • Re:Is there a category for... by lpontiac (Score:2) Friday June 29 2001, @08:48PM
  • Re:The passward is electrifing by wishus (Score:2) Friday June 29 2001, @10:15AM
  • What about non-passwords? by Jetson (Score:1) Saturday June 30 2001, @06:29AM
  • Dumbiest password I have seen by SnapperHead (Score:1) Friday June 29 2001, @08:34PM
  • My "Catagories" by AgentOBorg (Score:1) Friday June 29 2001, @06:33PM
  • Re:Passwords :: We need a better way by Timodious (Score:1) Friday June 29 2001, @02:01PM
  • here's mine by Syn404 (Score:1) Friday June 29 2001, @06:33PM
  • Re:The clueless disease by Alien54 (Score:2) Friday June 29 2001, @10:46AM
  • by Alien54 (180860) on Friday June 29 2001, @10:14AM (#119448) Journal
    Of course, there is the possibility that the user may be deficient in other areas as well

    As seen on Computer Stupidities [rinkworks.com]:

    Student: "Hey, how do I lodge in to Hotmail?"
    Me: "You've got to type in your username and password in those fields that say 'username' and 'password'."
    Student: "I don't have one of those."
    Me: "You need one to log in to Hotmail."
    Student: "It's 'LODGE' in."
    Me: "The term is 'log in,' and you can't log in without a username and password. I can help you create one if you'd like."
    Student: "Um, excuse me, but I THINK I know what I'm talking about. It's LODGE in, and I don't want a username and password, I just want to get some email!"

    I just went back to working after that, and he left complaining about how "crappy" the computers in the lab were, after trying to "lodge in" for ten more minutes.

    Of course, there are hundreds of stories out there just like that one.

    Check out the Vinny the Vampire [eplugz.com] comic strip

  • Re:Sales Department by Erasmus Darwin (Score:2) Friday June 29 2001, @10:59AM
  • Re:Add to that group by Erasmus Darwin (Score:2) Friday June 29 2001, @11:05AM
  • Re:passwords by MrTilney (Score:2) Friday June 29 2001, @10:11AM
  • GNU Keyring by TrumpetPower! (Score:2) Friday June 29 2001, @10:31AM
  • Re:Does this count? by tomknight (Score:1) Monday July 02 2001, @12:04AM
  • Re:Add to that group by daBum (Score:1) Friday June 29 2001, @10:18AM
  • Re:Is there a category for... by swillden (Score:2) Friday June 29 2001, @05:21PM
  • Re:Systematic is the only way! by swillden (Score:2) Sunday July 01 2001, @11:21AM
  • As an example, you might choose a particular book, ideally in a foreign language, and use the longest word...

    So a dictionary attack will destroy every password you've ever used. Nice.

    Systems are a very good way to generate and manage passwords and passphrases but they must generate good passwords.

    Here's another system, one that generates great passwords on demand but requires that you carry a piece of paper with you:

    Create a 6x6 grid full of random letters. Pick 8-10 letters at random from the grid, and then memorize the pattern of your selections. It takes a little effort to memorize the pattern, but not as much as you might think.

    Then, you can create new random grids as often as you like, giving you all the high-quality passwords you need without requiring you to memorize them. Of course, if you lose or forget your current grid you're sunk, but it's even fairly safe to keep lots of copies of grids lying around, as long as you use a large enough grid and a long enough password. Even if someone got hold of your grid, brute forcing a 6x6 grid with a 10-character password means testing 9x10^14 passwords; the same effort as brute-forcing a nearly 50-bit key. Feasible but expensive to attack. For really strong security, use a 10x10 grid and a 12-character password. This gives an attacker an 80-bit work factor, which is probably infeasible even to government agencies.

    For the truly paranoid, this method also offers a way of permanently destroying a password. If a judge were to threaten you with contempt if you refused to divulge your password, you could simply explain your system and that you had destroyed that grid (non-toxic ink on rice paper would be an obvious way...).

  • Too many damn passwords! by ZanshinWedge (Score:2) Friday June 29 2001, @11:13AM
  • Re:Password Methodology by ichimunki (Score:1) Friday June 29 2001, @10:57AM
  • Hello, please answer this survey... by sulli (Score:2) Friday June 29 2001, @10:58AM
  • Passwords? Who needs to write down passwords? by RyuuzakiTetsuya (Score:1) Friday June 29 2001, @02:20PM
  • Re:Oops... by nekid_singularity (Score:1) Friday June 29 2001, @06:06PM
  • Re:Is there a category for... by linzeal (Score:2) Friday June 29 2001, @12:57PM
  • Re:Oops... by jawtheshark (Score:1) Friday June 29 2001, @02:07PM
  • by guinsu (198732) on Friday June 29 2001, @11:55AM (#119465)
    I think everyone in a hs pascal class wrote the fake novell login screen.
  • Re:Is there a category for... by LionKimbro (Score:2) Friday June 29 2001, @10:18AM
  • Re:Swordfish? by Moses Lawn (Score:1) Friday June 29 2001, @02:10PM
  • Muscle memory by groomed (Score:1) Friday June 29 2001, @12:03PM
  • billy logon. by Rev. DeFiLEZ (Score:1) Friday June 29 2001, @10:45AM
  • useful method by wheel (Score:1) Friday June 29 2001, @11:20AM
  • Password Requirements by Shickdawg (Score:1) Friday June 29 2001, @10:44AM
  • Re:Is there a category for... by KurdtX (Score:1) Sunday July 01 2001, @01:57AM
  • Nice to know... by TrebleJunkie (Score:1) Friday June 29 2001, @10:02AM
  • Re:fingerprints by agentZ (Score:2) Friday June 29 2001, @02:38PM
  • by agentZ (210674) on Friday June 29 2001, @10:36AM (#119475)
    If you really want to read all of the rules on how to choose a good password, check out this guide from MIT's SIPB [mit.edu].

    Do the karma whore dance!

  • Abbott & Costello by tswinzig (Score:2) Friday June 29 2001, @11:46AM
  • I always write passwords in my palm by DVega (Score:2) Friday June 29 2001, @06:14PM
  • 5 most common passwords!!! by B00yah (Score:2) Friday June 29 2001, @10:00AM
  • by brlewis (214632) on Friday June 29 2001, @10:58AM (#119479) Homepage

    I'm sure we're all good cryptics here

    Do we really know that /. passwords are more secure than average. Everybody e-mail me your /. password. I'll summarize the results.

    Bruce Perens: Don't bother; I have yours already.

  • Re:5 most common passwords!!! by Technician (Score:2) Monday July 02 2001, @05:48AM
  • Re:The passward is electrifing by Crizp (Score:1) Friday June 29 2001, @01:15PM
  • Re:Dvorak Rules! by Grishnakh (Score:1) Friday June 29 2001, @11:48AM
  • What I don't understand... by hearingaid (Score:1) Saturday June 30 2001, @07:59AM
  • here is my password ... but how to use it by clarkie.mg (Score:1) Friday June 29 2001, @01:51PM
  • No password by Bender Unit 22 (Score:2) Friday June 29 2001, @12:35PM
  • Re:Cryptic == bad by SecurityGuy (Score:1) Friday June 29 2001, @11:44AM
  • Why the method by ackthpt (Score:1) Friday June 29 2001, @10:04AM
  • How did you know... by excesspwr (Score:2) Friday June 29 2001, @10:02AM
  • Re:Cliff Stoll by ysachlandil (Score:1) Sunday July 01 2001, @10:14PM
  • Password Generator... by HaeMaker (Score:1) Friday June 29 2001, @11:29AM
  • Re:My /. password is... by An Onerous Coward (Score:1) Friday June 29 2001, @10:44AM
  • 1st by CitznFish (Score:1) Friday June 29 2001, @10:04AM
  • Re:More high school fun... by SurgieGuy (Score:1) Friday June 29 2001, @07:02PM
  • by kenthorvath (225950) on Friday June 29 2001, @10:10AM (#119494)
    I did that, and checked my log files. Apparently people DO check for things like post-its under the keyboard. My login: gullable, password: penii.Sure enough I saw a login attempt for user "gullable". I wonder if they got it...
  • by kenthorvath (225950) on Friday June 29 2001, @10:16AM (#119495)
    King Roland: Alright, alright I'll tell you the password to the air shields, just don't harm her!

    Dark Helmet: You have my word...

    Roland: 1
    Helmet 1

    Roland: 2
    Helmet: 2

    Roland:3
    Helmet: 3

    Roland: 4
    Helmet: 4

    Roland: 5
    Helmet: 5...
    Opening air shields with combination 12345 - That's the stupidest combination I ever heard!

    President Spaceball: That's the combination on my luggage.
    Commence operation MegaMaid - And somebody change the combination on my luggage!

  • Survey Methods by Kallahar (Score:1) Friday June 29 2001, @12:58PM
  • Fitting security to the need by feelafel (Score:1) Saturday June 30 2001, @04:52AM
  • Re:I'm doing this study... by canning (Score:1) Friday June 29 2001, @11:04AM
  • Re:My /. password is... by jrockway (Score:1) Friday June 29 2001, @05:31PM
  • Re:Too many passwords? by jrockway (Score:1) Friday June 29 2001, @06:10PM
  • Re:what about dates? by jrockway (Score:1) Friday June 29 2001, @07:03PM
  • Re:what about dates? by jrockway (Score:1) Friday June 29 2001, @07:06PM
  • Easy memorizing, hard password by Kphrak (Score:2) Friday June 29 2001, @10:58AM
  • Here I thought we were not doing a library check.. by (H)elix1 (Score:2) Friday June 29 2001, @11:28AM
  • Re:npasswd and password nazism by acceleriter (Score:1) Friday June 29 2001, @01:00PM
  • by ManDude (231569) on Friday June 29 2001, @11:00AM (#119506)
    Part of the problem is stupid admins. They want strong passwords changed every 3 days for internal joe average accounts. What else can they do but post it to their keyboard?

  • Re:Cryptic == bad by Xibby (Score:2) Friday June 29 2001, @10:32AM
  • Re:The passward is electrifing by Xibby (Score:2) Friday June 29 2001, @10:47AM
  • Well, here's my scheme, FWIW... by GTRacer (Score:1) Friday June 29 2001, @10:43AM
  • Re:Random is the only way! -WHY?!?! by snakecoder (Score:1) Friday June 29 2001, @12:47PM
  • by corvi42 (235814) on Friday June 29 2001, @11:48AM (#119511) Homepage Journal
    A few little tricks I've picked up for finding good passwords:

    If you've ever played the "guess that vanity licence plate" game, this is an automatic way to come up with good passwords. You take a phrase or expression you know you can remember and obfuscate it as you might if you wanted that same phrase on a vanity licence plate but need to squash out characters so it will fit. For example, you might take the phrase "rose garden" - you could write it out as "rOzgRdN" ( where password is case sensitive of course ) so that when you read it you pronounce the upper case letters as the name of the letter and the lower case as the sound the letter makes. Of course 1337-ifying your passwords has a similar effect.

    Of course the nice thing about this is you can keep all your goofy old passwords - family names, celebrities and ego-boosting cliches, just make them difficult for a password cracker to grab out of lists of plain-text.

    Another trick that I've always liked is to use chess notation. Think of any move in a game of chess, one that you can remember easily and write it out using one of the conventional chess notations. For example the move "white queen captures kings rook 3" would be "wQxKr3".

  • Magic of MD5Sum by hjhornbeck (Score:1) Friday June 29 2001, @12:04PM
  • Cryptic != bad by einhverfr (Score:1) Friday June 29 2001, @04:59PM
  • Here is a secure scheme by einhverfr (Score:2) Friday June 29 2001, @03:53PM
  • Re:But what about ... by grammar fascist (Score:1) Friday June 29 2001, @12:02PM
  • Re:A few years ago... by corky6921 (Score:1) Friday June 29 2001, @01:57PM
  • Zer0cool would like to remind you that.... by Str8Dog (Score:2) Friday June 29 2001, @10:28AM
  • Re:My /. password is... by Omerna (Score:2) Friday June 29 2001, @04:05PM
  • by whjwhj (243426) on Friday June 29 2001, @10:24AM (#119519)
    Everybody keeps suggesting that writing down passwords is 'stupid' and something an 'idiot' would do. This is not always the case.

    Here, in my home office, I have every single password I need (about 20 of them) written down in pencil on a single sheet of notebook paper. It's tucked in a relatively obscure location in my files.

    Is this a security threat? Not really. Somebody would have to bust into my house and ruffle through my paper files in order to find them. Unlikely, at best.

    What would be considerably more insecure than writing them down is to keep them in a text file on my machine. Somebody hacks my machine across the internet and I'm toast.

    So next time you folks start throwing out terms like 'stupid' and 'idiot', think it through a little bit, OK? Saves you from the embarrasment of being the stupid one.
  • Re:The passward is electrifing by jumpingfred (Score:1) Friday June 29 2001, @10:17AM
  • Re:ergo tip by lastfish (Score:2) Friday June 29 2001, @02:41PM
  • keyboard sequences by VE3THX (Score:1) Friday June 29 2001, @12:36PM
  • My pass creation method by ratguy (Score:1) Friday June 29 2001, @10:38AM
  • Re:Is there a category for... by skt (Score:1) Friday June 29 2001, @02:00PM
  • Re:Another stupid password trick by aethera (Score:1) Friday June 29 2001, @06:10PM
  • Competition time. by rixster (Score:1) Friday June 29 2001, @10:10AM
  • My (easier) way by truthsearch (Score:1) Friday June 29 2001, @11:08AM
  • Passwords are insecure by definition by gelcaps (Score:1) Friday June 29 2001, @01:38PM
  • Oops... (Score:5)

    by jmcneill (256391) on Friday June 29 2001, @10:01AM (#119529) Homepage
    I think someone discovered the password to my other account, 'Anonymous Coward'. People keep using it to post annoying messages under every article.
  • Re:Is there a category for... by GeckoX (Score:1) Friday June 29 2001, @12:24PM
  • Love stories by imevil (Score:1) Saturday June 30 2001, @01:27PM
  • Re:Writing down passwords isn't always stupid. by suwain_2 (Score:1) Friday June 29 2001, @03:25PM
  • Re:Oops... by suwain_2 (Score:1) Friday June 29 2001, @03:33PM
  • Re:Win Users Might Want to Try Password Safe by suwain_2 (Score:1) Friday June 29 2001, @03:39PM
  • by suwain_2 (260792) on Friday June 29 2001, @03:30PM (#119535) Journal
    The ultimate way to get everyones' passwords: Post an article to Slashdot, getting hundreds of people to post comments describing exactly how they got their password.

    Talk about "social engineering"... ;)
    ________________________________________________

  • Common passwords where I once worked... by perlchimp (Score:1) Friday June 29 2001, @12:26PM
  • Re:The passward is electrifing by geomcbay (Score:1) Friday June 29 2001, @10:49AM
  • Re:The passward is electrifing by geomcbay (Score:2) Friday June 29 2001, @10:08AM
  • dell by wroot (Score:1) Friday June 29 2001, @10:11AM
  • geek by astr0boy (Score:2) Friday June 29 2001, @10:03AM
  • Re:Random is the only way! by Sven Tuerpe (Score:2) Friday June 29 2001, @10:13AM
  • Re:passwords by Popocatepetl (Score:1) Friday June 29 2001, @07:02PM
  • Re:passwords by Popocatepetl (Score:1) Saturday June 30 2001, @08:18AM
  • Re:Is there a category for... by dasmegabyte (Score:2) Saturday June 30 2001, @06:35AM
  • Apple's Keychain by MasterVidBoi (Score:1) Friday June 29 2001, @06:03PM
  • Re:I've done this before... by harborpirate (Score:1) Friday June 29 2001, @01:27PM
  • how about... by rudib (Score:1) Friday June 29 2001, @10:37AM
  • biometrics plus by markmoss (Score:2) Friday June 29 2001, @11:45AM
  • by markmoss (301064) on Friday June 29 2001, @11:15AM (#119549)
    use the whole sentence as the password That's fine if you can type a whole sentence blind without any errors. Most people can't.
  • Re:More high school fun... by moksliukas (Score:1) Friday June 29 2001, @12:02PM
  • Re:THe PsyChol0gy of g3t7ing la1d-ofF by Anomymous Coward (Score:1) Friday June 29 2001, @12:00PM
  • Re:My /. password is... by dossen (Score:1) Saturday June 30 2001, @09:57AM
  • You need a PASSWORD for that? by BillX (Score:1) Friday June 29 2001, @11:25AM
  • Re:Sad mind? by BillX (Score:1) Friday June 29 2001, @12:29PM
  • Re:More high school fun... by BillX (Score:2) Friday June 29 2001, @11:37AM
  • Dvorak Rules! by matt_j_99 (Score:2) Friday June 29 2001, @10:49AM
  • scooping hollywood by Salieri (Score:1) Friday June 29 2001, @10:09AM
  • Re:Random is the only way! by deathscythe257 (Score:1) Friday June 29 2001, @04:41PM
  • Re:what about dates? by tb3 (Score:2) Friday June 29 2001, @10:31AM
  • Best password ever! by ByTor-2112 (Score:1) Friday June 29 2001, @01:01PM
  • People! by Strangely Unbiased (Score:1) Friday June 29 2001, @10:17AM
  • Hoorah! Most redundant posting in Slashdot history by screwballicus (Score:2) Friday June 29 2001, @03:43PM
  • Re:The clueless disease by Tviokh (Score:2) Friday June 29 2001, @10:28AM
  • Also. . . by frosti (Score:1) Saturday June 30 2001, @04:18AM
  • Wonder why no one thinks of by lm747 (Score:1) Friday June 29 2001, @03:28PM
  • Re:Competition time. by Regolith (Score:1) Friday June 29 2001, @11:20AM
  • AOL by Regolith (Score:1) Friday June 29 2001, @11:31AM
  • Re:The passward is electrifing by flippety_gibbet (Score:1) Saturday June 30 2001, @10:45AM
  • nothing by Aerog (Score:1) Friday June 29 2001, @10:21AM
  • Re:Sales Department by underpaidISPtech (Score:1) Friday June 29 2001, @10:58AM
  • Re:Oops... by underpaidISPtech (Score:1) Friday June 29 2001, @01:39PM
  • Re:Common passwords where I once worked... by CKW (Score:1) Friday June 29 2001, @12:32PM
  • Re:biometrics plus by CKW (Score:1) Friday June 29 2001, @12:46PM
  • Re:simple passwd scheme by HohlerMann (Score:1) Friday June 29 2001, @02:18PM
  • simple passwd scheme by HohlerMann (Score:2) Friday June 29 2001, @10:08AM
  • Re:"swordfish,' for those who don't know.... by ebbomega (Score:1) Friday June 29 2001, @11:36AM
  • Re:Back in high school... by Telek (Score:1) Thursday July 05 2001, @02:06AM
  • No matter what u use... by CuteAlien (Score:1) Friday June 29 2001, @10:43AM
  • Root Password of null string by Tech187 (Score:1) Friday June 29 2001, @12:08PM
  • Re:keyboard sequences by beanerspace (Score:1) Friday June 29 2001, @12:45PM
  • A good psuedo-random number... by shobadob (Score:1) Friday June 29 2001, @11:22AM
  • So let me get this straight... by Degauss This! (Score:1) Friday June 29 2001, @12:50PM
  • Why bother....... by b0geyeZ (Score:1) Sunday July 01 2001, @05:44AM
  • Re:My favorite is by Plague You (Score:2) Friday June 29 2001, @11:21AM
  • Re:What I want to know. by 4mn0t1337 (Score:1) Friday June 29 2001, @01:07PM
  • Re:5 most common passwords!!! by 4mn0t1337 (Score:1) Friday June 29 2001, @01:11PM
  • Looks like someone stole CmdrTaco's password again by jhill (Score:1) Friday June 29 2001, @10:04AM
  • My password scheme by pyro_peter_911 (Score:1) Friday June 29 2001, @10:45AM
  • Another problem by Registered Coward v2 (Score:1) Saturday June 30 2001, @07:41AM
  • Re:what about dates? by .+O+_Malaclypse_+O+. (Score:1) Saturday June 30 2001, @09:17AM
  • Re:Too many damn passwords! by zhrike (Score:1) Friday June 29 2001, @11:47AM
  • Does this scare you? by steddyj (Score:1) Friday June 29 2001, @10:32AM
  • Re:Is there a category for... by PYves (Score:1) Thursday July 12 2001, @02:19PM
  • I'm torn by MarkusQ (Score:1) Friday June 29 2001, @07:32PM
  • Win Users Might Want to Try Password Safe by idonotexist (Score:1) Friday June 29 2001, @11:35AM
  • A few years ago... by Violet Null (Score:2) Friday June 29 2001, @10:01AM
  • My Random Method by Sonic Dude (Score:1) Friday June 29 2001, @07:57PM
  • broken relations by mscout1 (Score:1) Friday June 29 2001, @09:47PM
  • Re:Random is the only way! by elinde (Score:1) Friday June 29 2001, @10:47AM
  • The passward is electrifing by The1lorax (Score:1) Friday June 29 2001, @10:04AM
  • Good passphrases by Bob_Robertson (Score:1) Sunday July 01 2001, @08:15PM
  • Password? As Shipped by deathcow (Score:1) Friday June 29 2001, @11:04AM
  • Add to that group by NickFusion (Score:2) Friday June 29 2001, @10:04AM
  • Re:Encryption by 4thAce (Score:1) Saturday June 30 2001, @06:39PM
  • Re:Random is the only way! by RetsamYthgimla (Score:1) Friday June 29 2001, @11:17AM
  • How about choosing based on ease of typing? by Ulwarth (Score:1) Friday June 29 2001, @02:20PM
  • Anecdote by return 42 (Score:1) Friday June 29 2001, @12:47PM
  • Re:Oops... (Score:4)

    by Unknown Bovine Group (462144) on Friday June 29 2001, @10:06AM (#119608) Homepage
    Yeah I called Microsoft tech support because my password was showing up when I typed it into the login box!

    They couldn't figure it out for quite a while until they asked what my password was....

    Of course, it was ******(star-star-star-star-star-star).

  • Re:Oops... (Score:4)

    by Unknown Bovine Group (462144) on Friday June 29 2001, @10:39AM (#119609) Homepage
    Of course there's another password category "people who make up passwords in hopes that someone WILL find them out".

    Like my pw I hope one day to have the FBI demand from me:

    password: guessityourselfyoudumbcunt.

  • the only good system is to check constantly by nikster (Score:1) Friday June 29 2001, @10:22AM
  • Re:My /. password is... by zenintrude (Score:1) Friday June 29 2001, @10:29AM
  • Crappy program I wrote by duren686 (Score:1) Saturday June 30 2001, @07:23AM
  • Another technique by Derkec (Score:1) Friday June 29 2001, @11:53AM
  • Re:My /. password is... by nixxy (Score:1) Friday June 29 2001, @05:23PM
  • Re:Is there a category for... by Avinoam (Score:1) Friday June 29 2001, @11:33PM
  • what am i what ami by tortus (Score:1) Friday June 29 2001, @10:22AM
  • Re:People! by slashism (Score:1) Saturday June 30 2001, @02:01AM
  • Did anyone else notice... by ELBnet (Score:1) Friday June 29 2001, @12:16PM
  • Re:5 most common passwords!!! by dogbertcarroll (Score:1) Sunday July 01 2001, @02:48PM
(1) | 2 | 3 | 4 | 5 | 6 | 7