<?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 algorithm in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/password-encryption-algorithm/m-p/3537688#M222597</link>
    <description>The only way I can think of to do that would be to use shorter passwords.  A longer password equals a longer encrypted string.&lt;BR /&gt;&lt;BR /&gt;I'm not sure why you would want that though.</description>
    <pubDate>Wed, 04 May 2005 11:16:25 GMT</pubDate>
    <dc:creator>Patrick Wallek</dc:creator>
    <dc:date>2005-05-04T11:16:25Z</dc:date>
    <item>
      <title>password encryption algorithm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-encryption-algorithm/m-p/3537685#M222594</link>
      <description>What kind of encrytion algorithms are used for the trusted and the untrusted password?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 04 May 2005 10:47:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-encryption-algorithm/m-p/3537685#M222594</guid>
      <dc:creator>Tong Hu_1</dc:creator>
      <dc:date>2005-05-04T10:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: password encryption algorithm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-encryption-algorithm/m-p/3537686#M222595</link>
      <description>The DES alogorithms is used for trusted/untrusted mode. The makekey command (which in turn calls crypt) can be used to prepare crypted string. The password basically consists of a hash and salt chars (used for encryptiion)&lt;BR /&gt;When a password is entered, a hash is matched and user authenticated if it matches.&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Wed, 04 May 2005 11:01:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-encryption-algorithm/m-p/3537686#M222595</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-05-04T11:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: password encryption algorithm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-encryption-algorithm/m-p/3537687#M222596</link>
      <description>how could I eliminate the encrypted password strings more than 13 characters?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 04 May 2005 11:07:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-encryption-algorithm/m-p/3537687#M222596</guid>
      <dc:creator>Tong Hu_1</dc:creator>
      <dc:date>2005-05-04T11:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: password encryption algorithm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-encryption-algorithm/m-p/3537688#M222597</link>
      <description>The only way I can think of to do that would be to use shorter passwords.  A longer password equals a longer encrypted string.&lt;BR /&gt;&lt;BR /&gt;I'm not sure why you would want that though.</description>
      <pubDate>Wed, 04 May 2005 11:16:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-encryption-algorithm/m-p/3537688#M222597</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2005-05-04T11:16:25Z</dc:date>
    </item>
    <item>
      <title>Re: password encryption algorithm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-encryption-algorithm/m-p/3537689#M222598</link>
      <description>I do not think that you can control that. While setting a password (non-trusted mode), your max pasword char length is 8 chars. While you can set password char length more than 8 chars in trusted mode, your applications shoould be able to understant it. Rather stick to 8 chars password char length.&lt;BR /&gt;&lt;BR /&gt;man passwd for details.&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Wed, 04 May 2005 11:18:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-encryption-algorithm/m-p/3537689#M222598</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-05-04T11:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: password encryption algorithm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-encryption-algorithm/m-p/3537690#M222599</link>
      <description>Sorry for the ambiguous question, I am asking about the encrypted password string in tcb files. Since we are trying to synchronize the encrypted password between the Sun servers and HP servers. Some of the encrpted password strings from HP are more than 13 characters, which won't work on Sun servers.</description>
      <pubDate>Wed, 04 May 2005 14:18:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-encryption-algorithm/m-p/3537690#M222599</guid>
      <dc:creator>Tong Hu_1</dc:creator>
      <dc:date>2005-05-04T14:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: password encryption algorithm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-encryption-algorithm/m-p/3537691#M222600</link>
      <description>Sounds like a jobs for NIS+ or LDAP or something other than just scripts.</description>
      <pubDate>Wed, 04 May 2005 14:43:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-encryption-algorithm/m-p/3537691#M222600</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2005-05-04T14:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: password encryption algorithm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-encryption-algorithm/m-p/3537692#M222601</link>
      <description>The password is always encrypted to exactly 13 characters as long as it it 8 chars or less in length. If the system is not Trusted, then pasword characters longer than 8 are silently ignored. In a Trusted system, long passwords are allowed but can easily be limited with system security policies. Run SAM and change the system security policy to 8 character maximum.&lt;BR /&gt; &lt;BR /&gt;NOTE: This only affects new passwords. All existing long passwords must be changed. You can search the /tcb directory for long passwords and notify those users to change.</description>
      <pubDate>Wed, 04 May 2005 22:04:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-encryption-algorithm/m-p/3537692#M222601</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-05-04T22:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: password encryption algorithm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-encryption-algorithm/m-p/3537693#M222602</link>
      <description>Thanks for all your help.</description>
      <pubDate>Thu, 05 May 2005 06:48:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-encryption-algorithm/m-p/3537693#M222602</guid>
      <dc:creator>Tong Hu_1</dc:creator>
      <dc:date>2005-05-05T06:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: password encryption algorithm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-encryption-algorithm/m-p/3537694#M222603</link>
      <description>One more extra question, if you can help please. Why Solaris doesn't care the password length, it always encrypt the password to 13 char length?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Thu, 05 May 2005 09:16:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-encryption-algorithm/m-p/3537694#M222603</guid>
      <dc:creator>Tong Hu_1</dc:creator>
      <dc:date>2005-05-05T09:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: password encryption algorithm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-encryption-algorithm/m-p/3537695#M222604</link>
      <description>Try typing the first 8 characters correctly and then adding random characters for 9 and beyond. I think you'll find that Solaris, just like HP-UX (untrusted), silently ignores characters 9 and above. Solaris is only encrypting the first 8, thus the 13 chars in /etc/passwd.</description>
      <pubDate>Thu, 05 May 2005 10:58:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-encryption-algorithm/m-p/3537695#M222604</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-05-05T10:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: password encryption algorithm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-encryption-algorithm/m-p/3537696#M222605</link>
      <description>Thanks, you are the best.</description>
      <pubDate>Thu, 05 May 2005 11:29:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-encryption-algorithm/m-p/3537696#M222605</guid>
      <dc:creator>Tong Hu_1</dc:creator>
      <dc:date>2005-05-05T11:29:44Z</dc:date>
    </item>
  </channel>
</rss>

