Slashdot Mirror


Leaked Passwords On Display At a German Museum

Daniel_Stuckey writes "Earlier this year, it was London. Most recently, it was a university in Germany. Wherever it is, [artist Aram] Bartholl is opening up his eight white, plainly printed binders full of the 4.7 million user passwords that were pilfered from the social network and made public by a hacker last year. He brings the books to his exhibits, called 'Forgot Your Password,' where you're free to see if he's got your data—and whether anyone else who wanders through is entirely capable of logging onto your account and making Connections with unsavory people. In fact, Bartholl insists: "These eight volumes contain 4.7 million LinkedIn clear text user passwords printed in alphabetical order," the description of his project reads. "Visitors are invited to look up their own password.""

42 comments

  1. meanwhile by marcello_dl · · Score: 4, Funny

    I'd set up some cams to see what the visitors point at (getting the password or a narrow alphabetical space to bruteforce), and try to sniff their smartphone (fake open AP) so i get what the user could be. That will teach those suckers to look up their pass in public

    --
    ---- MISSING MISCELLANEOUS DATA SEGMENT --- [sigdash] trolololol
    1. Re:meanwhile by Anonymous Coward · · Score: 0

      they should have made the lookup electronic to make this even easier.

  2. Woefully bad summary. by Anonymous Coward · · Score: 0

    See title.

  3. Worse are sites with password constraints by sandbagger · · Score: 2

    I recently applied for a job on a web site. In addition to the usual infuriations (thanks for uploading your resume, please spend the next 45 minutes copying and pasting individual paragraphs into our form. Oh, and we don't support ASCII so good luck with those bullets) the password was constrained to A-Z and numbers only and under 10 characters.

    I usually use a random string from something from a strong password generator script. Why any programmer with more than two brain cells to rub together would want a weak password is beyond mysterious to me. Probably some ding-dong in marketing demanded it.

    --
    ---- The above post was generated by the Turing Institute. Maybe.
    1. Re:Worse are sites with password constraints by Anonymous Coward · · Score: 5, Funny

      Oh, and we don't support ASCII so good luck with those bullets

      An EBCDIC website?

    2. Re:Worse are sites with password constraints by zippthorne · · Score: 2

      Why any programmer with more than two brain cells to rub together would want a weak password is beyond mysterious to me. Probably some ding-dong in marketing demanded it.

      Because they're storing the password in plain text in the database and disk space was expensive in 1986.

      This might not be the programmer's fault. It might be that the requirements were written in 1986 and whoever wrote them didn't understand the concept of password reset or hadn't heard of cryptographic hash functions.

      --
      Can you be Even More Awesome?!
    3. Re:Worse are sites with password constraints by AnttiV · · Score: 5, Interesting

      Amen to that. The funny (or sad) thing is, this is too common, even in this age. One of the largest ISPs/Carrier Networks here in Finland has a hilariously stupid password rule set. Note: As much as I'd like it to be, this is not a joke.

      1) 8-16 characters.
      2) a-z, A-Z, 0-9 ONLY (Note: Although this is a Nordic country, this still excludes our normal day-to-day use letters ä, ö and å.
      3) No three same characters in the entire password. NOT sequential or one after the other. In the *whole* password. (So "2rv8b23r09vnbn2" would not do, because "2" is there three times).

      4) NO rule for sequential numbers/characters.

      What this all comes to, is that the system gladly accepts "12345678" and "abcdefg" as perfectly viable and good passwords, but doesn't allow "j243508vubj234gj", "#a&%B3bv#sdf#" or "correct horse battery staple" to be used.

    4. Re:Worse are sites with password constraints by Anonymous Coward · · Score: 0

      Maybe you should encode your bullets as UTF-8?

    5. Re:Worse are sites with password constraints by Anonymous Coward · · Score: 0

      Bank of Montreal's online banking allows only six A-Z characters. Not even numbers are allowed. That was still true when I finally left them for another institution (which has no constraints) earlier this year.

    6. Re:Worse are sites with password constraints by Johann+Lau · · Score: 2

      It's also a huge red flag considering you're only supposed to store hashes of some variety, never the password itself. If how long the password is doesn't affect the length of what you store in the database at all, what is the point of limiting it, right?

    7. Re:Worse are sites with password constraints by Anonymous Coward · · Score: 0

      well, then some idiot wants to have newlines in their password...

    8. Re:Worse are sites with password constraints by 93+Escort+Wagon · · Score: 1

      Why any programmer with more than two brain cells to rub together would want a weak password is beyond mysterious to me. Probably some ding-dong in marketing demanded it.

      While it's not quite at the same level... even now, some of Microsoft's web logins restrict the password to 16 characters.

      A couple months ago, when I was setting up an account for one of their services (Lync? Live.com? Microsoftstore.com? I don't remember) to do some testing for work - I generated one of my typical somewhere-between-16-and-24-character passwords, but it was rejected because it "needs to be 16 characters or less".

      --
      #DeleteChrome
    9. Re:Worse are sites with password constraints by JLennox · · Score: 3, Insightful

      I've worked with designers that though more rules = more secure, which is the opposite of true. More rules = less key space.

    10. Re:Worse are sites with password constraints by S.O.B. · · Score: 2, Informative

      An EBCDIC website?

      Awesome EBCDIC reference.

      The true nerds will know what it is...the fanboi, pseudo nerds (the majority of Slashdot now it seems) will Google it and say they knew all along.

      --
      Some of what I say is fact, some is conjecture, the rest I'm just blowing out my ass...you guess.
    11. Re:Worse are sites with password constraints by sandbagger · · Score: 1

      OP here:

      It'd not be a problem except that they don't tell you until after you submit the text, and then go back to check. I mean, it's nearly 2014, you'd think some basic support for formatting would be on most web sites. Actually, scratch that. Extensive support for text formatting when you're asking Joe/Jane consumer to paste in a resume should be ready.

      Why?

      People will more often than not be pasting from a Word file. Yes, most of that formatting can be ignored because Word tends to fill formatting with no end of wrappers but replacing bullets and dashes with character strings is silly.

      --
      ---- The above post was generated by the Turing Institute. Maybe.
    12. Re:Worse are sites with password constraints by TheGratefulNet · · Score: 1

      if not ebcdic, it could be baudot or SIXBIT. (yeah, I worked at DEC...)

      --

      --
      "It is now safe to switch off your computer."
    13. Re:Worse are sites with password constraints by digitalchinky · · Score: 1

      There is nothing idiotic about allowing newline in a form field, just that most user interfaces are likely to have an event listener that does something a little more logical with \r, \n, or \r\n making it difficult or simply not possible to use.

    14. Re:Worse are sites with password constraints by maxwell+demon · · Score: 1

      Oh, and we don't support ASCII so good luck with those bullets

      Sorry, I can't find the bullet in ASCII.

      --
      The Tao of math: The numbers you can count are not the real numbers.
    15. Re:Worse are sites with password constraints by maxwell+demon · · Score: 1

      a-z, A-Z, 0-9 ONLY (Note: Although this is a Nordic country, this still excludes our normal day-to-day use letters ä, ö and å.

      While the restriction to letters and digits only clearly is too strong (any non-control character in ASCII — that is, character codes 32 to 126 — should be allowed, and such characters increase the security of the password), I can totally understand not supporting letters outside the basic ASCII range. For those, there's a non-negligible chance of them getting incorrectly encoded, which causes mysterious password failures despite you having entered the password correctly. Which is especially bad if it happens when setting your password.

      --
      The Tao of math: The numbers you can count are not the real numbers.
    16. Re:Worse are sites with password constraints by sFurbo · · Score: 2

      Is it Godwinning the thread to point out that the nazies made the same mistake when designing the Enigma protocol?

    17. Re:Worse are sites with password constraints by S.O.B. · · Score: 1

      Whooosh!!!!

      --
      Some of what I say is fact, some is conjecture, the rest I'm just blowing out my ass...you guess.
  4. Abmahnung by Teun · · Score: 1
    Some German law office needs to send him an Abmahnung for using my copyrighted (life + 70 years) password!

    Because he needs to understand copyright as an IP deserves better protection than other kinds of property.

    --
    "The likes of Facebook and WhatsApp are free to those whose privacy is of zero value."
    1. Re:Abmahnung by Anonymous Coward · · Score: 0

      Well you won't get anywhere posting on slashdot. Hire a lawyer and sue him ASAP. Just to be safe hire 2 lawyers... Lawyers love to take money from nutcases like you.

    2. Re:Abmahnung by Anonymous Coward · · Score: 0

      And since court cases are public, the world will soon know what your password is (or what algorithm you use), and you'll have to change it anyway.

  5. I logged into my account and closed it. Problem s by jasonbrown · · Score: 3, Interesting

    I can't remember why I needed them in the first place anyways.

    --

    "Congress shall make no law... abridging the freedom of speech, or of the press"
  6. Really? Anyone Else? by TubeSteak · · Score: 1

    Because Linkedin didn't force a password reset for all those accounts already?

    --
    [Fuck Beta]
    o0t!
    1. Re:Really? Anyone Else? by Anonymous Coward · · Score: 0

      Because most people use the same password everywhere.

  7. I hope they don't have mine by Anonymous Coward · · Score: 0

    I used the same password for my Linked In account as my luggage

  8. They'll find mine in the list by jeauxkewl · · Score: 3, Funny

    It's the same as all my others. *************

    1. Re:They'll find mine in the list by wonkey_monkey · · Score: 4, Funny

      hunter2

      --
      systemd is Roko's Basilisk.
  9. Re:I logged into my account and closed it. Problem by melstav · · Score: 1

    What's LinkedIn?

  10. New interface sucks! by Anonymous Coward · · Score: 0

    I'm still getting the beta forced on me :-(

    Did anyone consider letting users choose or have they been bought by yahoo?

  11. LinkedIn? by RedHackTea · · Score: 1

    Who cares.

    --
    The G
  12. Installation Piece by aaronb1138 · · Score: 1

    He forgot to include the parts of the installation where a series of cameras and mics watch your eye movement, page number, and breathing to compile a short list of password roots from which to compromise your other accounts.

  13. That's twice in two days now, Daniel_Stuckey by wonkey_monkey · · Score: 1

    Could you take just a little more care with your copy-paste submissions? This is twice in two days that you've copied the second and third paragraphs of a story, thus robbing the initial sentences of their context. Example:

    Earlier this year, it was London. Most recently, it was a university in Germany. Wherever it is, [artist Aram] Bartholl is opening up his eight white, plainly printed binders full of the 4.7 million user passwords that were pilfered from the social network and made public by a hacker last year.

    Which social network?

    Yes, it's specified further down in the submission, but more by luck than judgement, I suspect.

    Makes one wonder if you're actually a sentient being.

    --
    systemd is Roko's Basilisk.
  14. Re:I logged into my account and closed it. Problem by antdude · · Score: 1

    To find employments?

    --
    Ant(Dude) @ Quality Foraged Links (AQFL.net) & The Ant Farm (antfarm.ma.cx / antfarm.home.dhs.org).
  15. I fucking hate... by russotto · · Score: 3, Funny

    ...conceptual art.

  16. Re:I logged into my account and closed it. Problem by Anonymous Coward · · Score: 0

    No. It's a site similar to Facebook where stupid people connect other stupid people and then brag about how rich their social network is.

  17. Common password by Anonymous Coward · · Score: 0

    One that is often used in dictionary attacks: ncc1701

  18. what social network. more poor editing. by Anonymous Coward · · Score: 0

    for real the /. says "the social network" WHICH ONE

  19. Re:I logged into my account and closed it. Problem by Anonymous Coward · · Score: 0

    It supposedly lets folks "do networking" to get referrals and news of openings. I don't know what their hire-rate is. From what little I've seen, it's more of a circle-jerk scam, everybody up-rating everybody else; among other things they want you to upgrade to their "pro" level where you pay for site-internal messaging and other groovy stuff.

    I joined a while back with the idea of using it as a way to get in touch with some old friends. While a few are there, I don't have the time or inclination to learn the ins and outs well enough to twist it to my purposes, so will likely drop my account and connect with the old buds elsewhere (and no, _NOT_ on Facebook.)