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. Database & SysAdmin
  3. System Admin
  4. Password store In Windows...

Password store In Windows...

Scheduled Pinned Locked Moved System Admin
security
11 Posts 6 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.
  • J Offline
    J Offline
    Jumba
    wrote on last edited by
    #1

    I looked it in c:\windows\security and in c:\windows\systeme32 But i did not find it. Where the passwords stored. Thanx indeed.

    M A T S 4 Replies Last reply
    0
    • J Jumba

      I looked it in c:\windows\security and in c:\windows\systeme32 But i did not find it. Where the passwords stored. Thanx indeed.

      M Offline
      M Offline
      Michael Dunn
      wrote on last edited by
      #2

      The OS doesn't store the passwords, for security reasons. --Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | 1ClickPicGrabber | CP SearchBar v2.0.2 | C++ Forum FAQ Strange things are afoot at the U+004B U+20DD

      A 1 Reply Last reply
      0
      • J Jumba

        I looked it in c:\windows\security and in c:\windows\systeme32 But i did not find it. Where the passwords stored. Thanx indeed.

        A Offline
        A Offline
        Arsalan Malik
        wrote on last edited by
        #3

        Which password, are you talking about?? Windows logon?? ARSALAN MALIK

        J 1 Reply Last reply
        0
        • M Michael Dunn

          The OS doesn't store the passwords, for security reasons. --Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | 1ClickPicGrabber | CP SearchBar v2.0.2 | C++ Forum FAQ Strange things are afoot at the U+004B U+20DD

          A Offline
          A Offline
          Arsalan Malik
          wrote on last edited by
          #4

          What security reasons?? ARSALAN MALIK

          M 1 Reply Last reply
          0
          • A Arsalan Malik

            What security reasons?? ARSALAN MALIK

            M Offline
            M Offline
            Michael Dunn
            wrote on last edited by
            #5

            Ask yourself what would happen if account passwords were kept somewhere. Would you want any old program (like, say, a virus or spyware) to be able to read your passwords? --Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | 1ClickPicGrabber | CP SearchBar v2.0.2 | C++ Forum FAQ Strange things are afoot at the U+004B U+20DD

            1 Reply Last reply
            0
            • A Arsalan Malik

              Which password, are you talking about?? Windows logon?? ARSALAN MALIK

              J Offline
              J Offline
              Jumba
              wrote on last edited by
              #6

              Yes windows logon password.

              1 Reply Last reply
              0
              • J Jumba

                I looked it in c:\windows\security and in c:\windows\systeme32 But i did not find it. Where the passwords stored. Thanx indeed.

                T Offline
                T Offline
                Ted Ferenc
                wrote on last edited by
                #7

                On Xp they are in WINDOWS\system32\config\SAM WINDOWS\system32\config\system No I won't tell you how to extract the passwords!


                "An education isn't how much you have committed to memory, or even how much you know. It's being able to differentiate between what you do know and what you don't." - Anatole France

                L 1 Reply Last reply
                0
                • J Jumba

                  I looked it in c:\windows\security and in c:\windows\systeme32 But i did not find it. Where the passwords stored. Thanx indeed.

                  S Offline
                  S Offline
                  Steven Campbell
                  wrote on last edited by
                  #8

                  Windows 95/98 used to store the password with some trivial encryption in a file in the windows directory, but anything later than that does not. As others have said, through the miracle of cryptographic hashing algorithms, it is not necessary to actually store a password in order to be able to verify it. Thus, NT/2000/XP/2003 only store password hashes, not actual passwords.


                  my blog

                  1 Reply Last reply
                  0
                  • T Ted Ferenc

                    On Xp they are in WINDOWS\system32\config\SAM WINDOWS\system32\config\system No I won't tell you how to extract the passwords!


                    "An education isn't how much you have committed to memory, or even how much you know. It's being able to differentiate between what you do know and what you don't." - Anatole France

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

                    Ted Ferenc wrote: No I won't tell you how to extract the passwords! So... could you tell us the resource article that would eplain on how to extract the password???


                    A thousand mile of journey, begin with the first step. APO-CEDC Save Children Norway-Cambodia Office

                    T 1 Reply Last reply
                    0
                    • L Lost User

                      Ted Ferenc wrote: No I won't tell you how to extract the passwords! So... could you tell us the resource article that would eplain on how to extract the password???


                      A thousand mile of journey, begin with the first step. APO-CEDC Save Children Norway-Cambodia Office

                      T Offline
                      T Offline
                      Ted Ferenc
                      wrote on last edited by
                      #10

                      If I did that I would be flamed :-O I was asked to break the password of a laptop, the owner had died, so I did some research, as a test I created a new account and password on my XP bix and managed to get the password. But to give you a clue, I am sure you would find it eventually, use rainbowcrack http://www.antsight.com/zsl/rainbowcrack/ I think you will find it takes far too long to make the tables for this to be an easy soluion, but it is possible! Also you need to be able to get these two files to crack the password BTW in the end breaking into the laptop was so easy I did not need to do the above.


                      "An education isn't how much you have committed to memory, or even how much you know. It's being able to differentiate between what you do know and what you don't." - Anatole France

                      L 1 Reply Last reply
                      0
                      • T Ted Ferenc

                        If I did that I would be flamed :-O I was asked to break the password of a laptop, the owner had died, so I did some research, as a test I created a new account and password on my XP bix and managed to get the password. But to give you a clue, I am sure you would find it eventually, use rainbowcrack http://www.antsight.com/zsl/rainbowcrack/ I think you will find it takes far too long to make the tables for this to be an easy soluion, but it is possible! Also you need to be able to get these two files to crack the password BTW in the end breaking into the laptop was so easy I did not need to do the above.


                        "An education isn't how much you have committed to memory, or even how much you know. It's being able to differentiate between what you do know and what you don't." - Anatole France

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

                        Thank you very much for your information. I will have a look at the information that you provide for me and let you know if I have any problem.


                        A thousand mile of journey, begin with the first step. APO-CEDC Save Children Norway-Cambodia Office

                        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