Results 1 to 8 of 8

Thread: login passwords

  1. #1
    Junior Member
    Join Date
    Apr 2003
    Posts
    8

    Unhappy login passwords

    well i was just thinking about how computer compares the passwords and stuff
    well im sure computer stores the operating system login passwords somewhere ,is there a way we can read them and if there is can we protect them from not being read

  2. #2
    Senior Member n01100110's Avatar
    Join Date
    Jan 2002
    Posts
    352
    well it depends what OS we are talking about here buddy. Please provide more information on the os you are talking about , then i'll try and help you out.
    "Serenity is not the absence of conflict, but the ability to cope with it."

  3. #3
    AO übergeek phishphreek's Avatar
    Join Date
    Jan 2002
    Posts
    4,325
    It depends on which OS you are talking about...

    linux stores in more than one place... but the passwd file is the OS /etc/passwd
    those are encrypted but they are still vulnerable
    you can shadow it and it will be harder to access/crack w/o root access /etc/shadow

    http://www.tldp.org/LDP/lame/LAME/li...e-formats.html

    for windows learn about the SAM file (Security Account Management)

    http://www.labmice.net/Security/passwordsec.htm

    there is tons more out there.. so if you have any specific questions... search around and then ask what you don't understand
    Quitmzilla is a firefox extension that gives you stats on how long you have quit smoking, how much money you\'ve saved, how much you haven\'t smoked and recent milestones. Very helpful for people who quit smoking and used to smoke at their computers... Helps out with the urges.

  4. #4
    Junior Member
    Join Date
    Apr 2003
    Posts
    8
    well lets take windows xp and windows 2000

    thank you phishphreek sites seem really intresting ill try reading them and come back to you with my questions

  5. #5
    Senior Member
    Join Date
    May 2003
    Posts
    472
    XP and 2000 have their SAM files phishphreek80 has given a helpful link in this regard
    guru@linux:~> who I grep -i blonde I talk; cd ~; wine; talk; touch; unzip; touch; strip; gasp; finger; mount; fsck; more; yes; gasp; umount; make clean; sleep;

  6. #6
    Senior Member
    Join Date
    May 2003
    Posts
    1,199
    Xp and 2000 use a one way encryption I believe. You enter a password and from there the compter encrypts it, then everytime you enter a password it encrypts what you enter adn cmpares that to the real password. There is no program that i know of that can decyphire the password files, there are programs how ever that can get passwords other ways, such as LC4 or many other brute force password crackers.
    Everyone is going to die, I am just as good of a reason as any.

    http://think-smarter.blogspot.com

  7. #7
    Antionline Herpetologist
    Join Date
    Aug 2001
    Posts
    1,165
    Pretty much all modern operating systems (windows 2000/XP, *NIX) use one way encryption to store passwords now. What one way encryption means is that the password that the user types in is encrypted using the same key that was used to encrypt the stored password and the encrypted password is checked with the encrypted stored password. Thus, the password is never (and cannot be) decrypted.
    Cheers,
    cgkanchi
    Buy the Snakes of India book, support research and education (sorry the website has been discontinued)
    My blog: http://biology000.blogspot.com

  8. #8
    Junior Member
    Join Date
    Jun 2003
    Posts
    7
    You forgot to mention the salt. In most password encryption schemes, the same password and key would only generate the same hash if the salt was also the same. Luckily, MS always uses the same salt (at least in past windows vers, I am not sure about the XP's).
    --
    Beware of geeks bearing gifts

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •