<?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>topic Re: Password Encryption in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/password-encryption/m-p/2852745#M94034</link>
    <description>$man 3 crypt</description>
    <pubDate>Tue, 26 Nov 2002 20:59:39 GMT</pubDate>
    <dc:creator>Christopher Caldwell</dc:creator>
    <dc:date>2002-11-26T20:59:39Z</dc:date>
    <item>
      <title>Password Encryption</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-encryption/m-p/2852744#M94033</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;ist there information available concerning the encryption of the standard password setting?&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance</description>
      <pubDate>Tue, 26 Nov 2002 20:57:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-encryption/m-p/2852744#M94033</guid>
      <dc:creator>Helmuth Viets</dc:creator>
      <dc:date>2002-11-26T20:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: Password Encryption</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-encryption/m-p/2852745#M94034</link>
      <description>$man 3 crypt</description>
      <pubDate>Tue, 26 Nov 2002 20:59:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-encryption/m-p/2852745#M94034</guid>
      <dc:creator>Christopher Caldwell</dc:creator>
      <dc:date>2002-11-26T20:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: Password Encryption</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-encryption/m-p/2852746#M94035</link>
      <description>crypt and a handy tool /usr/lbin/makekey. If you want to generate an encrypted password, you can use&lt;BR /&gt;&lt;BR /&gt;mypasswd2x|/usr/lbin/makekey&lt;BR /&gt;&lt;BR /&gt;Put the output of the above in the password field of /etc/passwd and your password will be mypasswd.&lt;BR /&gt;&lt;BR /&gt;the last 2 characters in this 10 char input together is called salt. man makekey for more details.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Tue, 26 Nov 2002 22:20:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-encryption/m-p/2852746#M94035</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2002-11-26T22:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: Password Encryption</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-encryption/m-p/2852747#M94036</link>
      <description>...correction..&lt;BR /&gt;&lt;BR /&gt;echo mypasswd2x|/usr/lbin/makekey &lt;BR /&gt;&lt;BR /&gt;...</description>
      <pubDate>Tue, 26 Nov 2002 22:21:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-encryption/m-p/2852747#M94036</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2002-11-26T22:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: Password Encryption</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-encryption/m-p/2852748#M94037</link>
      <description>makekey will return the same 13 character string as found in the encrypted password field in /etc/password providing the same salt and password are used.  If the password is more than 8 characters, only the first 8 characters are used for the encryption.  If the password is less than 8 characters, you need to pad the password with enough "nulls" to make the length 8 characters.&lt;BR /&gt;&lt;BR /&gt;Darrell</description>
      <pubDate>Wed, 27 Nov 2002 04:01:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-encryption/m-p/2852748#M94037</guid>
      <dc:creator>Darrell Allen</dc:creator>
      <dc:date>2002-11-27T04:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: Password Encryption</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-encryption/m-p/2852749#M94038</link>
      <description>I should have included an example with null character padding of a password that is less than 8 characters...&lt;BR /&gt;&lt;BR /&gt;echo "testing\000Ct" | /usr/lbin/makekey&lt;BR /&gt;&lt;BR /&gt;In this example, the 7 character password is "testing".  I padded the password with 1 null character "\000" and specified "Ct" as the salt.  &lt;BR /&gt;&lt;BR /&gt;Darrell</description>
      <pubDate>Wed, 27 Nov 2002 19:53:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-encryption/m-p/2852749#M94038</guid>
      <dc:creator>Darrell Allen</dc:creator>
      <dc:date>2002-11-27T19:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: Password Encryption</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-encryption/m-p/2852750#M94039</link>
      <description>Hello&lt;BR /&gt;&lt;BR /&gt;Thanks to everybody who answered. My question/problem ist completely solved. &lt;BR /&gt;&lt;BR /&gt;Helmuth</description>
      <pubDate>Wed, 27 Nov 2002 21:54:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-encryption/m-p/2852750#M94039</guid>
      <dc:creator>Helmuth Viets</dc:creator>
      <dc:date>2002-11-27T21:54:03Z</dc:date>
    </item>
  </channel>
</rss>

