Find the answer to your Linux question:
Results 1 to 5 of 5
Where are the encryted password files stored in linux. Can i directly access while the system is booted with linux. I'm having a software for accessing linux partitions thro windows. ...
  1. #1
    Just Joined!
    Join Date
    Sep 2008
    Posts
    30

    Talking Encrypted passwords

    Where are the encryted password files stored in linux. Can i directly access while the system is booted with linux. I'm having a software for accessing linux partitions thro windows. Tell me how can i take that.

  2. #2
    Linux Engineer Freston's Avatar
    Join Date
    Mar 2007
    Location
    The Netherlands
    Posts
    1,047
    They are in /etc/shadow and you can access it as root.
    Can't tell an OS by it's GUI

  3. #3
    Just Joined!
    Join Date
    Sep 2008
    Posts
    30
    By which means it is encrypted. MD5 or some other hash.

  4. #4
    Just Joined!
    Join Date
    Sep 2008
    Posts
    30

    Question

    Quote Originally Posted by Freston View Post
    They are in /etc/shadow and you can access it as root.
    The path u have said is where the shadowed passwords are stored. But u can't get the real encrypted password in /etc/shadow

  5. #5
    Linux Guru
    Join Date
    Nov 2007
    Posts
    1,695
    The path u have said is where the shadowed passwords are stored. But u can't get the real encrypted password in /etc/shadow
    What would be the purpose of encrypting passwords in /etc/shadow if they are available as plain text in another file?

Posting Permissions

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