<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Operating System - HP-UX의 주제 Account Password Decryption</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/account-password-decryption/m-p/2433800#M728909</link>
    <description>I need to write an application that reads in a user's password and verifies it against the users account in /etc/passwd.  I know getpwnam() will get the entry by name, but how do you decrypt the password for comparision?&lt;BR /&gt;</description>
    <pubDate>Mon, 31 Jul 2000 17:00:50 GMT</pubDate>
    <dc:creator>Geoffrey Wells</dc:creator>
    <dc:date>2000-07-31T17:00:50Z</dc:date>
    <item>
      <title>Account Password Decryption</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/account-password-decryption/m-p/2433800#M728909</link>
      <description>I need to write an application that reads in a user's password and verifies it against the users account in /etc/passwd.  I know getpwnam() will get the entry by name, but how do you decrypt the password for comparision?&lt;BR /&gt;</description>
      <pubDate>Mon, 31 Jul 2000 17:00:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/account-password-decryption/m-p/2433800#M728909</guid>
      <dc:creator>Geoffrey Wells</dc:creator>
      <dc:date>2000-07-31T17:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: Account Password Decryption</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/account-password-decryption/m-p/2433801#M728910</link>
      <description>You actually need to encrypt the password and compare the result to the encrypted value from getpwnam().  I have attached an example.&lt;BR /&gt;The getpwnam() call won't work for systems that are converted to trusted mode.  They require the use of getprpwent() and the privilege to read the passwords.</description>
      <pubDate>Mon, 31 Jul 2000 17:31:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/account-password-decryption/m-p/2433801#M728910</guid>
      <dc:creator>Mike Stroyan</dc:creator>
      <dc:date>2000-07-31T17:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: Account Password Decryption</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/account-password-decryption/m-p/2433802#M728911</link>
      <description>The use of ssh sounds like an option. Can be obtained from the porting archieve.</description>
      <pubDate>Mon, 31 Jul 2000 18:25:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/account-password-decryption/m-p/2433802#M728911</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2000-07-31T18:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: Account Password Decryption</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/account-password-decryption/m-p/2433803#M728912</link>
      <description>Unix passords cannot be decoded.  The encryption method is lossy which means that not enough information is left in the encrypted password to accurately decode it. When a user logs in, the same method is used to encrypt what the user types and the result compared with the password file. If they are the same, the password is assumed to be the same.  In reality, there can be many passwords that will produce the same encrypted result, but most of the time, the clones will be very unusual paswords like: 5d87GhhOL which are impossible to guess.  Unix passwords are not decoded by hackers, they are guessed.</description>
      <pubDate>Mon, 31 Jul 2000 22:02:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/account-password-decryption/m-p/2433803#M728912</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2000-07-31T22:02:06Z</dc:date>
    </item>
  </channel>
</rss>

