Slashdot Mirror


Fun With Passwords?

eSims asks: "Most all SysAdmins have the pleasure of picking passwords and while we know the rules for picking good passwords we also know how to have a little fun with them as well. Password choices may be inside jokes about management, comments on the company, or just torture for the users we assign them to, but often they are funny. Without giving away the company secrets what are some of your funny stories about password selection?"

47 of 159 comments (clear)

  1. Generation tool by Plake · · Score: 3, Informative

    We use a generation tool to create our passwords from "/usr/dict/words". It breaks passwords down to 3 word chunks (from 3 to 4 characters) with random characters between them. This makes passwords from 11 - 14 characters which is more then safe for user accounts.

    When they want to change we have another tool that works based on some of those rules so users can just reset their password to password.

    1. Re:Generation tool by Plake · · Score: 3, Funny

      Oh, I missed the funny part...

      You'd be amazed how many times the word "orgy" comes up for our list of passwords. :)

      We usually don't set new employee passwords with simlar words in it, we'll just re-generate a new one.

    2. Re:Generation tool by BrookHarty · · Score: 2, Funny


      Whats funny is one piece of software didnt like a guys name, Steve Hitty. (something like that). We use first initial last name. Username = shitty

      The software would block the username. Love that pattern matching programs, "ass" was also blocked, and tons of usernames had *ass* in it. Crazy, but I understand you dont want a guy with a vulgar vanity email address.

  2. NASA by boredMDer · · Score: 5, Funny

    I have a friend who works at NASA (not like 'Houston, we have a problem!', but a local office in MD).

    He was working on deploying some APs at the office, rather configuring them after they had already been set up.

    He goes to configure one of them, and finds that the default password doesn't work (that's a good thing, of course). So he yells across the room to his supervisor: 'Hey Jim, what's the password to the AP?'

    Jim yells back: 'cumshot'.

    For some reason I really doubt that anyone else was aware of that, or he surely would've had to change it.

  3. Funny Story.... by Karma+Farmer · · Score: 3, Funny
    Here's a funny way to do passwords:
    • single sign on everywhere, so no-one (including the sys admin) ever has multiple passwords.
    • initial passwords are generated randomly, instead of at the whim of an already over-worked sys admin.
    • no-one but the user ever knows what the user's initial password is.
    Ha ha ha. Isn't that funny?
    1. Re:Funny Story.... by kris_lang · · Score: 3, Interesting
      Here's a -1 Truly Tragic story:

      I was at a place (up Chuck river) that was supposed to be reknowned for it's information processing savvy, Python and CORBA and other soupy-acronyms abounded everywhere. The sysadmin had the wacky idea of everyones' passwords on multiple machines being :

      First Initial + last Initial + initials of Research Program + last two numerals of year.

      Yes, I kid you not. Everyone had accounts on, oh about eight to ten unix machines, with all passwords immediately known by all fellow users. And before you get misty-eyed and say oh it was so long ago a trusting time, it was 1995. (which was a long time ago in internet time.)

  4. Experiment in Password Abuse by Nyhm · · Score: 4, Interesting

    Hypothesis:

    IT staff regularly reads user passwords (for fun, profit, bogus administration, lack of professionalism, total misunderstanding of why security requires the sanctity of private passwords).

    Try this experiment:

    1. Change your password(s) to something abusive toward the IT staff.
    2. Observe the IT staff (watch for them to become irate, agitated, angry, or any other such synonyhm).
    3. Change this password everywhere you've used it across the Internet

    Step 3, of course, brings into question the diligence of the user.

    1. Re:Experiment in Password Abuse by cicadia · · Score: 2, Informative
      This won't work, since passwords are usually stored in an encrypted form.

      Usually? Which passwords? For what application? In-house or commercial software?

      There's not much that you can say is usually true about passwords. They've been implemented thousands of times, by thousands of different developers, and I've seen plenty of systems where user passwords are stored, plaintext, in a database somewhere, or in a file readable (supposedly) by administrators.

      There are good ways to do passwords, and bad ways to do passwords, and there're plenty of examples of both out there; certainly enough that I don't have any trouble believing the parent poster's claims.

      --
      Living better through chemicals
  5. "changed" or "invalid" by Anonymous Coward · · Score: 4, Funny

    As in:
    your password is changed
    your password is invalid

    1. Re:"changed" or "invalid" by MachDelta · · Score: 2

      One of the passwords used where I work was "correct", because when you enter a bad password, it says "Password is not correct".

      That was changed a while though. Now our new password is "eatass". Shh... don't tell anyone! ;)

  6. Vendor Passwords by BrookHarty · · Score: 4, Funny

    One of the duties of being a Sys-admin is giving out passwords/access for vendors. You need to poke fun at them for all the outages.

    g0f1x[t

    Also one vendor pissed me off, so I used a competing vendor as a password. example, "3yC!sc0"

    But then, its funny you spend that much time coming up with entertaining passwords and the hardware only supports telnet.

    1. Re:Vendor Passwords by RandomCoil · · Score: 5, Funny
      But then, its funny you spend that much time coming up with entertaining passwords and the hardware only supports telnet.

      That's ok, it just means more people get to see your joke!
  7. Not especially funny, but might be useful by bairy · · Score: 5, Interesting
    I know this is drifting off topic but some people might find it useful

    I once read a tip about website passwords where you shouldn't have the same password for all sites that need a logic. One of the best suggestions I read was to have a password of say 4 characters, and intersperse the website name into it.

    e.g. if your password is 1234 and you're logging into download.com it might be 1d2o3w4l or if it's slashdot.com then 1s2l3a4s or if it's msn.com then 1c2r3a4p etc. It's different for all and harder to guess, and cos it's not a word, anyone watching the keyboard might not pick up on you typing it.

    --


    Get paid to search..It's geniune and
    1. Re:Not especially funny, but might be useful by Anonymous Coward · · Score: 5, Funny

      you shouldn't have the same password for all sites that need a logic.

      or a grammar, for that matter, or a sense-making.

    2. Re:Not especially funny, but might be useful by SwellJoe · · Score: 4, Insightful

      I once read a tip about website passwords where you shouldn't have the same password for all sites that need a logic. One of the best suggestions I read was to have a password of say 4 characters, and intersperse the website name into it.

      Ah, I get it. So that when the slashdot guys read your password 1s2l3a4s, they'll be able to guess that your yahoo mail password is 1y2a3h4o. Perfect! It's a system whereby you use a different password on every site, but still manage to make it available to anyone who has one of your passwords. In-genius. Really. I mean it.

  8. My own worst enemy by Curtman · · Score: 5, Funny

    I use alpha-numeric passwords religiously, and usually throw a couple non alpha numerics in the mix. On more than one occasion, I've forgotten them. Nothing will humble a guy like having to break into his own box, and succeeding.

    1. Re:My own worst enemy by Curtman · · Score: 2, Interesting

      Well, if you've got Windows, you use a Windows CD, I don't remember the details, but Google's got instructions. If you've got Linux, you probably use Knoppix, mount the partition and clear the password out of /etc/shadow. If you got OS X, they were even nice enough to put a utility on the CD that lets you set the root password to blank.

      If you've got access to the box, you've got access to its data.

    2. Re:My own worst enemy by brunson · · Score: 2, Informative

      Reboot into single user mode and use the passwd command to change your password. Or use an exploit to hack root and edit the passwd file. Or put the disk into another machine that you have root on, mount it and edit the passwd file.

      --
      09F911029D74E35BD84156C5635688C0
      Jesus loves you, I think you suck
    3. Re:My own worst enemy by mbadolato · · Score: 3, Funny

      How do you hack into a computer without a password?

      By sitting at the computer, looking around the desk and recalling some trivial piece of information about the owner, even though you've never had it. You're guarenteed to get in by your 3rd attempt or you movie admission ticket will be refunded.

    4. Re:My own worst enemy by Curtman · · Score: 2, Insightful

      I wouldn't really consider it a gaping wound, since nearly every OS is vulnerable to it in some way or another. Its a fact of life - don't let untrusted people near your box. Or take your data with you or something..

  9. BOFH by judd · · Score: 4, Funny

    I can personally attest that Simon Travaglia on separate occasions changed my password to:
    - "fuckwit"
    - "ican'tremembermypassword"

    Great days, great days.

    1. Re:BOFH by Errtu76 · · Score: 2, Funny

      really? Last time i asked i ended up with no files in my homedir, my gf gone, house sold, parents divorced, cat died and i'm in jail.

  10. sometimes I get bored by QuantumRiff · · Score: 5, Funny
    and a bored sysadmin is a dangerous one. My all time favoritte was at an old Dot Com we worked for. New VP of sales comes running up to us needing an account quickly. (of course, nobody had told us he was hired, and in fact, just accepted the job 5 minutes before he was in our office.). So he demands a new account so he can check his portfolio on the web.

    We set him up, and tell him his password is blank.

    Two minutes later, he comes back awfully upset, demands that we reset his password, cause it wasn't blank. So we do.

    2 minutes later, he's really getting pissed. Comes back with the head of IT. We ask him if the caps lock is on? He gets furious, asking how the hell it could matter if the caps was on with a blank password. We respond with, "there is a big difference between a capital B and a little b". He is seething, but slowly the realization creeps in, and he figures out what the hell we meant. Our boss, sits there like a statue, till the sales guy leaves, and then just explodes in laughter so hard he couldn't stand.

    ahh, the days of the dot-coms, how I will miss thee...

    --

    What are we going to do tonight Brain?
    1. Re:sometimes I get bored by QuantumRiff · · Score: 4, Funny
      Forgot to mention, the other best password for laughs is "why"

      whats the password to the file server?

      why

      Cause i need the password to do work

      why..........etc...

      --

      What are we going to do tonight Brain?
    2. Re:sometimes I get bored by homerjs42 · · Score: 2, Funny

      We had a system where the admin password was none. That was a fairly good one.

    3. Re:sometimes I get bored by gstoddart · · Score: 2, Funny

      A friend in University had an account for a course (semester long accounts for some courses) which was shared among several people.

      Someone asked for the password, and he said "figure it out for yourself ... it's obvious".

      It took the person trying to get the password a *long* time to figure out how to log in.

      Most funny.

      --
      Lost at C:>. Found at C.
  11. I Had Mod points by TubeSteak · · Score: 2, Funny

    And i was about to mod your comment... but I wanted a "-1 Tragic" to go along with "+1 Funny"

    --
    [Fuck Beta]
    o0t!
  12. Abbott & Costello by angst_ridden_hipster · · Score: 5, Funny

    I once knew a sysadmin who liked doing the ol' Abbott & Costello with passwords:

    User: What's my password again?
    Admin: "login"
    User: Yeah, that's what I'm trying to do, but I can't remember my password.
    Admin: "login"
    (etc)

    User2: What's the username for the Reservation system?
    Admin: "password?"
    User2: No, I remember the password is "a$$h@t" but I don't remember that funny username.
    Admin: "password?"
    (etc)

    --
    Eloi, Eloi, lema sabachtani?
    www.fogbound.net
  13. l33t speak by Alizarin+Erythrosin · · Score: 2, Informative

    If I need a general password for a service to share with others, I typically take a word and l33t-ize it in a simple manner so it's not a dictionary word.

    For example: wh4t3v3r or w1r3l3ss

    --
    There are only 10 kinds of people in this world... those who understand binary and those who don't
  14. GF Pass by HerbieTMac · · Score: 5, Funny

    At one point, my gf (a very petite woman) was using the password: #4#I!Better

    A true statement, if ever there was one.

    1. Re:GF Pass by andfarm · · Score: 5, Funny
      Pound For Pound, I Bang Better?

      *ducks*

      --

      TANSTAAFI: There Ain't No Such Thing As A Free iPod.

    2. Re:GF Pass by Bazman · · Score: 2, Funny

      Hash for hash, I'm Not Better? That makes sense, if that's really good hash...

  15. "enter", "nothing", yah, yah... by leonbrooks · · Score: 3, Funny

    ...but I once had a customer forget "unforgettable".

    The lass was a walking blonde joke. Quite bright once she had everything assembled in her head, and very efficient at what she did, but if she ever got rattled it all went out the window.

    --
    Got time? Spend some of it coding or testing
  16. Not as secure as you think by gazoombo · · Score: 3, Insightful

    I used to do the same thing, but then stumbled across a number of password crackers that take this into account. They run dictionary attacks, but they also try every possible 'l33tsp34k' variation. It takes a while to run this kind of attack, but not quite as long as a plain ole brute force. I advise using password generating tools to create truly random passwords.

    --
    John Hancock
  17. The problem of the slow moving admin by thedave · · Score: 5, Funny

    I work as a consultant within a Fortune 100 manufacturer.

    During our projects we have to set up a simulation lab and run our project for a few months prior to installing at the factory.

    For one project, the lab servers were administered by a person who either did not understand the purpose behind the lab, or simply did not care about our priorities. And, his delays were causing us to run behind schedule.

    After some political wrangling, I assumed administrative responsibility of the machines in our test environment.

    The months passed, we restored the schedule, and were packing up to head to the job site to install the system, and it was time for me to turnover the systems back to the original admin.

    But, he flaked on the meeting, so I'm standing there with root on the lab systems some of which are trusted by outside networks. And, he did not bother to show for the meeting that he called.

    So, I set the passwords, and put them in a sealed, unlabeled envelope, and handed them to one of the other admins with whom I had become friends.

    The only instructions I gave him were: "You'll know what to do with this when the time comes."

    A few weeks later, I got the phone call from my friend talking about the other admin, "He came in here shouting and cussing about how that damn consultant had locked him out of his own systems, then took off without turning over the passwords. I new then that it was time to use the envelope."

    Written on the piece of paper in the envelope was one word in block letters: 1nc0mp3t3nt

    --
    [ .sig removed due to death threats from zealots who seek to control me out of fear for their hidden d
  18. Forgotten Passwords by brunson · · Score: 2, Interesting

    The only cool thing about Netware was the length of passwords you could use. I was in the habit of resetting forgotten user passwords to things like 'Icantbelieveiforgotmypassword' or 'boydoIfeellikeanidiot'.

    --
    09F911029D74E35BD84156C5635688C0
    Jesus loves you, I think you suck
  19. short password reset story by bersl2 · · Score: 3, Funny

    Computer teacher [yelling across crowded a computer lab]: "OK, [name], your new password is 'temp.' That's T-E-M-P 'temp.'"

    As you can imagine, much fun was had with this one.

  20. I use the same password on all my systems by Glonoinha · · Score: 4, Funny

    The password I use on all the systems I access is ********

    --
    Glonoinha the MebiByte Slayer
  21. Password for passwords by eingram · · Score: 4, Funny

    My important passwords I commit to memory, but ones that aren't so important I toss in a little program I found a few months ago called Whisper. Whisper stores usernames/passwords, will generate random passwords, and allows you to copy a password to clipboard quite easily. Anyway, the program lets you password protect your password file, so I did that. A few days go by and I open my password file and type in my password. "Wrong password. Failed to open document."

    Yeah, that sucked.

  22. Wow! by NEOtaku17 · · Score: 2, Funny

    Nice I just added everyones passwords from their stories into my personal dictionary. Who knows it might save me tons of time when trying to crack a system and the dictionary attack actually works!

  23. Fun, no, prudent, yes by FuckMeter · · Score: 3, Interesting

    I don't have any fun/funny password tales to share, but I can share a story about true password protection.

    The year was 1999. I was working at a computer-related company, I won't call it a "startup" or a "dotcom" but it was similar. There were three sysadmins, and the owner didn't trust any one admin with the ability to login as root by himself. So a compromise was reached.

    Each of the three admins chose a password. The three passwords were combined into one monster, master, root password. In order to login as root, all three admins needed to be present, to type their portion of the password in the correct order. Once all three admins typed in, a root login was achieved and whatever duty was necessary would be performed.

    So, what if one of the 3 admins got hit by a bus on the way to work? There was a contingency plan. Each of the three of us entrusted our password to one of the other two. In the event of an emergency, assuming two of the three admins were present, the full password could be reconstructed. For example,

    Admin A's password was apple, and he told that to Admin B

    Admin B's password was blueberry, and he told that to Admin C

    Admin C's password was cherry, and he told that to Admin A

    So if Admin B got runover by a train, Admin A and Admin C could still login as root (because Admin C knew Admin B's password part), change the root password, and do whatever needed to be done.

    The benefit was that, unless there was some sort of conspiracy, no one admin could ever login as root by himself and do anything crazy.

    --
    Rate Naked People at FuckMeter! (NSFW)

  24. Re:Three letter password by mmynsted · · Score: 2, Informative

    I am sure that post was an attempt at humor. . . If not then I assure you "that guy" is/was full of it.

  25. Someone I know got fired for this once... by JonToycrafter · · Score: 3, Funny

    I was consulting at a company called "ESP", and we needed to look at some data in an Excel file. For whatever reason, the employee who created the file decided to password-protect it, and he had gone home for the day. Important fact: This employee had previously treated me very poorly.

    So the company's owner (we'll call her "Dee") calls him up, and asks him for the password. He says, "I'd rather not say." Then he asks her to put another employee on the phone, and he'll tell someone else.

    So while she's arguing with him, I try to guess the password. Knowing this employee, though, I don't try his dog's name, I tried "fuckdee" and "fuckesp". The latter turned out to be correct, and I told her I was in. She told the employee not to come to work the next day.

    The moral of this story MIGHT be to be smarter in password selection, but I'd LIKE to think it's to not piss off the IT staff - I always could have lied about the password.

  26. Password advice from sales team by wmshub · · Score: 2, Funny

    At a large company where I worked, the sales team (or maybe some department of coporate motivation, don't remember exactly) emailed out - companywide! - the advice to "use a word for your password that will motivate you. For example, make your password 'sales' so that every time you log in, you are motivating yourself to sell!"

    This was followed up about 24 hours later with a letter from the IT department, which said pretty much "ignore sales, they are idiots, do not ever take their advice on passwords."

  27. VMS by Aidtopia · · Score: 2, Interesting

    VMS had a password generator that made nonsense words that were (supposedly) pronounceable and thus memorable. As a result of the algorithm, it would often pick a real word (or a real word plus some extra syllables). Sometimes, the real word would be offensive.

    So the folks at DEC kindly put a naughty word filter into the generator (in many languages). But then there was the risk that people perusing the source code (it was available on microfiche) could be offended if they stumbled upong the naughty word table.

    So the folks at DEC obfuscated the naughty word table with something trivial like ROT13.

    That inevitably led to somebody circulating a program to decode the naughty word table, and a Usenet thread that taught us how to cuss in a dozen languages.

  28. psychic passwords by Aidtopia · · Score: 3, Funny

    I read a funny password anecdote (maybe from Jon Bentley's Programming Pearls). A user rushed into his cube, quickly typed his credentials, and was told that his password was invalid. He sat down, entered his password again, and it was fine. Curious, he logged out, stood up, and tried again. No access. When he was standing up, logging in always failed. When he was seated, he always succeeded.

    How could the computer possibly know whether he was standing or sitting?

    It turns out that somebody had switched a couple of the (physical) keys on his keyboard as a joke. When the user was standing at the keyboard, he used "hunt-and-peck" typing. When he was seated, he was touch typing.

  29. the best pw i've seen... by slustbader · · Score: 2, Funny
    pb4ugo

    (it's pretty good advice, too)