Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. RockYou Hack Reveals the Worst 20 Passwords

RockYou Hack Reveals the Worst 20 Passwords

Scheduled Pinned Locked Moved The Lounge
tutorialquestioncsscomsecurity
44 Posts 30 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • realJSOPR realJSOP

    Repost

    .45 ACP - because shooting twice is just silly
    -----
    "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
    -----
    "The staggering layers of obscenity in your statement make it a work of art on so many levels." - J. Jystad, 2001

    Y Offline
    Y Offline
    Yusuf
    wrote on last edited by
    #8

    where is the beef?

    Yusuf May I help you?

    1 Reply Last reply
    0
    • Y Yusuf

      from the article: By far, the most popular password on the site was "123456," apparently satisfying a minimum character limit on the site's password restrictions, but doing little for security. A full 290,731 users used this password, far more than the runner-up, the slightly less complex "12345, which attracted 79,078 uses. clickty[^] I have learned a simple trick to create mid-to-strong password by simple substitution. Let us take "codeproject" as case example, it goes as follows - first let us capitalize some letters => CodeProject - substitute "o" with "0" => C0deProject - upper case e (E) can be imagined as mirror image of 3 => C0d3Pr0j3ct - let us sprinkle some chars (SHIFT 3 = # on the US layout keyboard) => C0d#Pr0j#ct - Finally P can be imagines as mirror image of 9 => C0d#9r0j#ct So we went from codeproject => C0d#9r0j#ct and I can use Code Project as my password hint. :cool: The cool part is there is no limit to the imagination and the resulting password can be as close as random characters. How do you create your password?

      Yusuf May I help you?

      B Offline
      B Offline
      Brady Kelly
      wrote on last edited by
      #9

      Yusuf wrote:

      I have learned a simple trick to create mid-to-strong password by simple substitution.

      I hope you don't foresee a patent on this method. :laugh:

      Y 1 Reply Last reply
      0
      • Y Yusuf

        from the article: By far, the most popular password on the site was "123456," apparently satisfying a minimum character limit on the site's password restrictions, but doing little for security. A full 290,731 users used this password, far more than the runner-up, the slightly less complex "12345, which attracted 79,078 uses. clickty[^] I have learned a simple trick to create mid-to-strong password by simple substitution. Let us take "codeproject" as case example, it goes as follows - first let us capitalize some letters => CodeProject - substitute "o" with "0" => C0deProject - upper case e (E) can be imagined as mirror image of 3 => C0d3Pr0j3ct - let us sprinkle some chars (SHIFT 3 = # on the US layout keyboard) => C0d#Pr0j#ct - Finally P can be imagines as mirror image of 9 => C0d#9r0j#ct So we went from codeproject => C0d#9r0j#ct and I can use Code Project as my password hint. :cool: The cool part is there is no limit to the imagination and the resulting password can be as close as random characters. How do you create your password?

        Yusuf May I help you?

        OriginalGriffO Offline
        OriginalGriffO Offline
        OriginalGriff
        wrote on last edited by
        #10

        Haven't read the article (because it took so long to load that I got bored and went away), but to be honest any site which stores a password in any form other than one-way encrypted or SHA hashed is not one I realy want to visit.

        All those who believe in psycho kinesis, raise my hand.

        "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
        "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

        R X C 3 Replies Last reply
        0
        • B Brady Kelly

          Yusuf wrote:

          I have learned a simple trick to create mid-to-strong password by simple substitution.

          I hope you don't foresee a patent on this method. :laugh:

          Y Offline
          Y Offline
          Yusuf
          wrote on last edited by
          #11

          Brady Kelly wrote:

          I hope you don't foresee a patent on this method.

          Too late, there are 33K (most of them crappy) patents on file uspo[^] :mad:

          Yusuf May I help you?

          1 Reply Last reply
          0
          • OriginalGriffO OriginalGriff

            Haven't read the article (because it took so long to load that I got bored and went away), but to be honest any site which stores a password in any form other than one-way encrypted or SHA hashed is not one I realy want to visit.

            All those who believe in psycho kinesis, raise my hand.

            R Offline
            R Offline
            Rob Graham
            wrote on last edited by
            #12

            The article doesn't actually say that they don't. Given the passwords, the list could have been constructed by a bot hacking accounts with a bot using a dictionary attack, but I suspect your assumption that they just stored the passwords either clear text or with reversible encryption is correct. 5 for the observation, which I heartily agree with.

            D 1 Reply Last reply
            0
            • OriginalGriffO OriginalGriff

              Haven't read the article (because it took so long to load that I got bored and went away), but to be honest any site which stores a password in any form other than one-way encrypted or SHA hashed is not one I realy want to visit.

              All those who believe in psycho kinesis, raise my hand.

              X Offline
              X Offline
              Xiangyang Liu
              wrote on last edited by
              #13

              OriginalGriff wrote:

              any site which stores a password in any form other than one-way encrypted or SHA hashed is not one I realy want to visit.

              With at least one exception, I suppose? Hint: Code Project ;)

              My .NET Business Application Framework My Home Page My Younger Son & His "PET"

              1 Reply Last reply
              0
              • R Rob Graham

                The article doesn't actually say that they don't. Given the passwords, the list could have been constructed by a bot hacking accounts with a bot using a dictionary attack, but I suspect your assumption that they just stored the passwords either clear text or with reversible encryption is correct. 5 for the observation, which I heartily agree with.

                D Offline
                D Offline
                Dan Neely
                wrote on last edited by
                #14

                I've read a few more articles about the breach. Plaintext passwords in the DB and a simple SQL injection attack were involved.

                3x12=36 2x12=24 1x12=12 0x12=18

                OriginalGriffO B 2 Replies Last reply
                0
                • Y Yusuf

                  from the article: By far, the most popular password on the site was "123456," apparently satisfying a minimum character limit on the site's password restrictions, but doing little for security. A full 290,731 users used this password, far more than the runner-up, the slightly less complex "12345, which attracted 79,078 uses. clickty[^] I have learned a simple trick to create mid-to-strong password by simple substitution. Let us take "codeproject" as case example, it goes as follows - first let us capitalize some letters => CodeProject - substitute "o" with "0" => C0deProject - upper case e (E) can be imagined as mirror image of 3 => C0d3Pr0j3ct - let us sprinkle some chars (SHIFT 3 = # on the US layout keyboard) => C0d#Pr0j#ct - Finally P can be imagines as mirror image of 9 => C0d#9r0j#ct So we went from codeproject => C0d#9r0j#ct and I can use Code Project as my password hint. :cool: The cool part is there is no limit to the imagination and the resulting password can be as close as random characters. How do you create your password?

                  Yusuf May I help you?

                  E Offline
                  E Offline
                  Ennis Ray Lynch Jr
                  wrote on last edited by
                  #15

                  I use A real simple forty-two character password

                  Need custom software developed? I do custom programming based primarily on MS tools with an emphasis on C# development and consulting. A man said to the universe: "Sir I exist!" "However," replied the universe, "The fact has not created in me A sense of obligation." --Stephen Crane

                  B 1 Reply Last reply
                  0
                  • Y Yusuf

                    from the article: By far, the most popular password on the site was "123456," apparently satisfying a minimum character limit on the site's password restrictions, but doing little for security. A full 290,731 users used this password, far more than the runner-up, the slightly less complex "12345, which attracted 79,078 uses. clickty[^] I have learned a simple trick to create mid-to-strong password by simple substitution. Let us take "codeproject" as case example, it goes as follows - first let us capitalize some letters => CodeProject - substitute "o" with "0" => C0deProject - upper case e (E) can be imagined as mirror image of 3 => C0d3Pr0j3ct - let us sprinkle some chars (SHIFT 3 = # on the US layout keyboard) => C0d#Pr0j#ct - Finally P can be imagines as mirror image of 9 => C0d#9r0j#ct So we went from codeproject => C0d#9r0j#ct and I can use Code Project as my password hint. :cool: The cool part is there is no limit to the imagination and the resulting password can be as close as random characters. How do you create your password?

                    Yusuf May I help you?

                    E Offline
                    E Offline
                    Ennis Ray Lynch Jr
                    wrote on last edited by
                    #16

                    Just how important is a very secure password when the site you are using gets hacked and exposes your PW in plain-text?

                    Need custom software developed? I do custom programming based primarily on MS tools with an emphasis on C# development and consulting. A man said to the universe: "Sir I exist!" "However," replied the universe, "The fact has not created in me A sense of obligation." --Stephen Crane

                    Y 1 Reply Last reply
                    0
                    • Y Yusuf

                      from the article: By far, the most popular password on the site was "123456," apparently satisfying a minimum character limit on the site's password restrictions, but doing little for security. A full 290,731 users used this password, far more than the runner-up, the slightly less complex "12345, which attracted 79,078 uses. clickty[^] I have learned a simple trick to create mid-to-strong password by simple substitution. Let us take "codeproject" as case example, it goes as follows - first let us capitalize some letters => CodeProject - substitute "o" with "0" => C0deProject - upper case e (E) can be imagined as mirror image of 3 => C0d3Pr0j3ct - let us sprinkle some chars (SHIFT 3 = # on the US layout keyboard) => C0d#Pr0j#ct - Finally P can be imagines as mirror image of 9 => C0d#9r0j#ct So we went from codeproject => C0d#9r0j#ct and I can use Code Project as my password hint. :cool: The cool part is there is no limit to the imagination and the resulting password can be as close as random characters. How do you create your password?

                      Yusuf May I help you?

                      D Offline
                      D Offline
                      David Crow
                      wrote on last edited by
                      #17

                      Yusuf wrote:

                      How do you create your password?

                      Take a poem, song lyric, quote, etc, and use the first letter from each word. You can get 20-30 characters easy. That other stuff is just too hard to remember.

                      "One man's wage rise is another man's price increase." - Harold Wilson

                      "Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons

                      M 1 Reply Last reply
                      0
                      • F fred_

                        I use KeePass's random password generation

                        C Offline
                        C Offline
                        Corporal Agarn
                        wrote on last edited by
                        #18

                        I have the free version but the generated passwords are hard to remember. By the way who am I :confused:

                        P 1 Reply Last reply
                        0
                        • E Ennis Ray Lynch Jr

                          Just how important is a very secure password when the site you are using gets hacked and exposes your PW in plain-text?

                          Need custom software developed? I do custom programming based primarily on MS tools with an emphasis on C# development and consulting. A man said to the universe: "Sir I exist!" "However," replied the universe, "The fact has not created in me A sense of obligation." --Stephen Crane

                          Y Offline
                          Y Offline
                          Yusuf
                          wrote on last edited by
                          #19

                          Ennis Ray Lynch, Jr. wrote:

                          Just how important is a very secure password when the site you are using gets hacked and exposes your PW in plain-text?

                          Well said.

                          Yusuf May I help you?

                          1 Reply Last reply
                          0
                          • D Dan Neely

                            I've read a few more articles about the breach. Plaintext passwords in the DB and a simple SQL injection attack were involved.

                            3x12=36 2x12=24 1x12=12 0x12=18

                            OriginalGriffO Offline
                            OriginalGriffO Offline
                            OriginalGriff
                            wrote on last edited by
                            #20

                            Oooo! I love the smell of professionalism in the morning!

                            All those who believe in psycho kinesis, raise my hand.

                            "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
                            "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

                            1 Reply Last reply
                            0
                            • OriginalGriffO OriginalGriff

                              Haven't read the article (because it took so long to load that I got bored and went away), but to be honest any site which stores a password in any form other than one-way encrypted or SHA hashed is not one I realy want to visit.

                              All those who believe in psycho kinesis, raise my hand.

                              C Offline
                              C Offline
                              Chris Losinger
                              wrote on last edited by
                              #21

                              even if they are hashed, you can find out who uses "123456" by generating the hash for "123456" and finding the matches in your list of hashed pwds.

                              image processing toolkits | batch image processing

                              OriginalGriffO W A M 4 Replies Last reply
                              0
                              • C Chris Losinger

                                even if they are hashed, you can find out who uses "123456" by generating the hash for "123456" and finding the matches in your list of hashed pwds.

                                image processing toolkits | batch image processing

                                OriginalGriffO Offline
                                OriginalGriffO Offline
                                OriginalGriff
                                wrote on last edited by
                                #22

                                Good point!

                                All those who believe in psycho kinesis, raise my hand.

                                "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
                                "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

                                H 1 Reply Last reply
                                0
                                • C Corporal Agarn

                                  I have the free version but the generated passwords are hard to remember. By the way who am I :confused:

                                  P Offline
                                  P Offline
                                  Pete OHanlon
                                  wrote on last edited by
                                  #23

                                  djj55 wrote:

                                  By the way who am I

                                  Tonight on America's Dumbest Criminals, we deal with Identity theft. My name's ...????

                                  "WPF has many lovers. It's a veritable porn star!" - Josh Smith

                                  As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.

                                  My blog | My articles | MoXAML PowerToys | Onyx

                                  1 Reply Last reply
                                  0
                                  • OriginalGriffO OriginalGriff

                                    Good point!

                                    All those who believe in psycho kinesis, raise my hand.

                                    H Offline
                                    H Offline
                                    Hosey
                                    wrote on last edited by
                                    #24

                                    Unless the hash is salted... (hmm sounds like a meal for stoners.. :/)

                                    1 Reply Last reply
                                    0
                                    • Y Yusuf

                                      from the article: By far, the most popular password on the site was "123456," apparently satisfying a minimum character limit on the site's password restrictions, but doing little for security. A full 290,731 users used this password, far more than the runner-up, the slightly less complex "12345, which attracted 79,078 uses. clickty[^] I have learned a simple trick to create mid-to-strong password by simple substitution. Let us take "codeproject" as case example, it goes as follows - first let us capitalize some letters => CodeProject - substitute "o" with "0" => C0deProject - upper case e (E) can be imagined as mirror image of 3 => C0d3Pr0j3ct - let us sprinkle some chars (SHIFT 3 = # on the US layout keyboard) => C0d#Pr0j#ct - Finally P can be imagines as mirror image of 9 => C0d#9r0j#ct So we went from codeproject => C0d#9r0j#ct and I can use Code Project as my password hint. :cool: The cool part is there is no limit to the imagination and the resulting password can be as close as random characters. How do you create your password?

                                      Yusuf May I help you?

                                      U Offline
                                      U Offline
                                      User 4399548
                                      wrote on last edited by
                                      #25

                                      Don't forget to include a couple of :-) in you pwd. (or :-( for your online banking).

                                      1 Reply Last reply
                                      0
                                      • D David Crow

                                        Yusuf wrote:

                                        How do you create your password?

                                        Take a poem, song lyric, quote, etc, and use the first letter from each word. You can get 20-30 characters easy. That other stuff is just too hard to remember.

                                        "One man's wage rise is another man's price increase." - Harold Wilson

                                        "Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons

                                        M Offline
                                        M Offline
                                        Member 4593559
                                        wrote on last edited by
                                        #26

                                        Passwords are just a giant PITA tho. It bugs me that just about any site or organisation I go to that requests I use a password, all have a completely different policy on how the password is composed, some accept all alphanumeric characters, some don't, some specify a number at the start of the string, others at the end, it leads me to having a multitude of passwords, that, more often than not, I have to go through the rigmarole of resetting a password everytime I visit a site, because I cant remember the exact sequence of characters for that specific sites password. Now surely that is defeating the object of having a password in the first place. With that in mind, you can see why some people just use strings like "123456" as at least it is easy to remember. I wish someone would invent another way to protect access to your stuff on line.....

                                        1 Reply Last reply
                                        0
                                        • C Chris Losinger

                                          even if they are hashed, you can find out who uses "123456" by generating the hash for "123456" and finding the matches in your list of hashed pwds.

                                          image processing toolkits | batch image processing

                                          W Offline
                                          W Offline
                                          wibleywoo
                                          wrote on last edited by
                                          #27

                                          unless the hashes are salted... still possible to find a match but you would need to generate a new hash for each check.

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups