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. Top Ten Passwords

Top Ten Passwords

Scheduled Pinned Locked Moved The Lounge
htmltutorialannouncement
40 Posts 24 Posters 1 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.
  • D Dalek Dave

    Counfound them, ask for the first 25 Happy Primes.

    ------------------------------------ No Good Deed Goes Unpunished Clare Boothe Luce

    M Offline
    M Offline
    Mark_Wallace
    wrote on last edited by
    #30

    1:)2:)3:)5:)... Works for me!

    I wanna be a eunuchs developer! Pass me a bread knife!

    1 Reply Last reply
    0
    • D Dalek Dave

      See Here[^] I have actually banned PASSWORD from being a password. I assign all members of staff with their passwords, an example would be "Dav456id" or "Col573ette" these are safer than "Gandalf" (Which actually IS a Password on my machine for a specific purpose! Guilty As Charged Your Honour).

      ------------------------------------ No Good Deed Goes Unpunished Clare Boothe Luce

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #31

      My Password is part of my phone's IMIE number and actual phone number :)

      Ravie Busie Coding is my birth-right and bugs are part of feature my code has!

      1 Reply Last reply
      0
      • A Abhinav S

        Dalek Dave wrote:

        "Dav456id" or "Col573ette"

        Note: No special characters in those passwords. Hackers, begin your work... :)

        Now...bring me that horizon. And really bad eggs...Drink up me hearties, YO HO!

        Y Offline
        Y Offline
        Yoken
        wrote on last edited by
        #32

        I usually run with a combination of size and character selections. Taking the "Gandalf" as an example mine would be: G@nd@lfTh3Wh1t3 other exampleas: >> C0rl3773Surn@m3 >> D@v1d$urn@m3 >> MyPuppy1$Qu173 stuff like that :) My standard types consist of 12+ length, 2 caps, 6 small 2special and rest numbers, all thrown together adhering to a certain "writing-layout" rule(s) I decided on.

        1 Reply Last reply
        0
        • D Dalek Dave

          See Here[^] I have actually banned PASSWORD from being a password. I assign all members of staff with their passwords, an example would be "Dav456id" or "Col573ette" these are safer than "Gandalf" (Which actually IS a Password on my machine for a specific purpose! Guilty As Charged Your Honour).

          ------------------------------------ No Good Deed Goes Unpunished Clare Boothe Luce

          H Offline
          H Offline
          horia67
          wrote on last edited by
          #33

          Ali G asked a banker once for the best PIN.

          1 Reply Last reply
          0
          • P Plamen Dragiyski

            If the password hash stored is 256-bit (16 byte) (like MD5) each password except one with number of characters between 1-15 has a tween hash into 16 character password. That means 16-char password may have the security of 6 chars (even the same hash as 123456 :laugh: ). If you increase the num of characters you get even more collusions. BTW password I use for codeproject is 4% strong according to this[^]. :^)

            R Offline
            R Offline
            Rick Shaub
            wrote on last edited by
            #34

            According to that site "!@#$%^&*()" is 100% strong.

            1 Reply Last reply
            0
            • P Plamen Dragiyski

              If the password hash stored is 256-bit (16 byte) (like MD5) each password except one with number of characters between 1-15 has a tween hash into 16 character password. That means 16-char password may have the security of 6 chars (even the same hash as 123456 :laugh: ). If you increase the num of characters you get even more collusions. BTW password I use for codeproject is 4% strong according to this[^]. :^)

              T Offline
              T Offline
              Trevortni
              wrote on last edited by
              #35

              IlluminateBG wrote:

              256-bit (16 byte)

              :confused:

              P 1 Reply Last reply
              0
              • OriginalGriffO OriginalGriff

                "Enter any 11-digit prime number to continue."

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

                T Offline
                T Offline
                Trevortni
                wrote on last edited by
                #36

                OriginalGriff wrote:

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

                Hehe, I believe that if I act like enough of a psycho, you'll raise your hand just to get me to leave you alone. ;P

                OriginalGriffO 1 Reply Last reply
                0
                • T Trevortni

                  OriginalGriff wrote:

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

                  Hehe, I believe that if I act like enough of a psycho, you'll raise your hand just to get me to leave you alone. ;P

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

                  Given some of my friends, you may have to work at it... :omg: :wtf: :laugh:

                  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

                  T 1 Reply Last reply
                  0
                  • D Dalek Dave

                    See Here[^] I have actually banned PASSWORD from being a password. I assign all members of staff with their passwords, an example would be "Dav456id" or "Col573ette" these are safer than "Gandalf" (Which actually IS a Password on my machine for a specific purpose! Guilty As Charged Your Honour).

                    ------------------------------------ No Good Deed Goes Unpunished Clare Boothe Luce

                    D Offline
                    D Offline
                    Dave Buhl
                    wrote on last edited by
                    #38

                    Then again, being able to crack the passwords means having access to the stored passwords. A secure system should implement policies against dictionary attacks such as three tries and you are locked and making sure that sql injection doesnt simply serve up your login data. And of course, never actually storing the passwords themselves even encrypted. Most websites I have used simply let you try as many times as you want though so for those I use the most random string I can possibly remember and never put anything on the site that is even remotely sensitive. If it gets hacked, MEH doesn't hurt. And everyone knows real geeks use "ResistanceIsFutile" for their secure passwords. :)

                    1 Reply Last reply
                    0
                    • OriginalGriffO OriginalGriff

                      Given some of my friends, you may have to work at it... :omg: :wtf: :laugh:

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

                      T Offline
                      T Offline
                      Trevortni
                      wrote on last edited by
                      #39

                      This would be so much easier if this forum wasn't populated solely by geeks.... :sigh:

                      1 Reply Last reply
                      0
                      • T Trevortni

                        IlluminateBG wrote:

                        256-bit (16 byte)

                        :confused:

                        P Offline
                        P Offline
                        Plamen Dragiyski
                        wrote on last edited by
                        #40

                        MD5 is 128-bit which is 16-bytes. Runtime error, sorry! :~ :laugh:

                        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