<?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 verification in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/password-verification/m-p/3500601#M216548</link>
    <description>Not that I'm aware of!  :-)  Would you post your success story?  I'm curious.&lt;BR /&gt;&lt;BR /&gt;Mic</description>
    <pubDate>Mon, 14 Mar 2005 22:17:48 GMT</pubDate>
    <dc:creator>Mic V.</dc:creator>
    <dc:date>2005-03-14T22:17:48Z</dc:date>
    <item>
      <title>Password verification</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-verification/m-p/3500595#M216542</link>
      <description>Hello again,&lt;BR /&gt;&lt;BR /&gt;Without going to a trusted system, how could I create a script that whenever a user changes their password that it will check to verify that it cannot be easily cracked by Satan or something like that?  I want to make it where when they put in a new password that the script will try to crack it and then accept it or make them enter a new one depending upon the outcome.&lt;BR /&gt;&lt;BR /&gt;Thanks for the help.&lt;BR /&gt;Bob</description>
      <pubDate>Tue, 08 Mar 2005 20:16:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-verification/m-p/3500595#M216542</guid>
      <dc:creator>TheJuiceman</dc:creator>
      <dc:date>2005-03-08T20:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: Password verification</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-verification/m-p/3500596#M216543</link>
      <description>It's much, much easier to apply tests to the plaintext passwd before it is hashed. You might find it more useful to come up with a replacement for the passwd command. As a matter of fact, you could actually do every bit of it with Perl because it has functions to retrieve the passwd fields and also has crypt() which can be used to create the hash. There are also modules which will write the passwd entry back for you. Another approach is npasswd. Do a search for it. If you insist upon doing a test after the fact then your approach should be to feed crack with the hash and see how it fares.&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Mar 2005 21:05:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-verification/m-p/3500596#M216543</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-03-08T21:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: Password verification</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-verification/m-p/3500597#M216544</link>
      <description>Thanks!!!  This sounds promising!!!  Would you have any examples of how to go about this?  Thanks again!!!</description>
      <pubDate>Tue, 08 Mar 2005 21:50:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-verification/m-p/3500597#M216544</guid>
      <dc:creator>TheJuiceman</dc:creator>
      <dc:date>2005-03-08T21:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: Password verification</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-verification/m-p/3500598#M216545</link>
      <description>It seems to me there was one in either of the books "Programming Perl" or "Learning Perl" several versions old.  I'll post again if I can find it online.&lt;BR /&gt;&lt;BR /&gt;Mic</description>
      <pubDate>Tue, 08 Mar 2005 23:49:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-verification/m-p/3500598#M216545</guid>
      <dc:creator>Mic V.</dc:creator>
      <dc:date>2005-03-08T23:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: Password verification</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-verification/m-p/3500599#M216546</link>
      <description>Duh, should have just kept looking a little longer.  Of course, posting the previous message made it pop up in the search engine.  :-)  Check out "anlpasswd" at:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.kitetoa.com/_Export/Security_tools_1.html" target="_blank"&gt;http://www.kitetoa.com/_Export/Security_tools_1.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It sounds like what you're looking for.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Mic</description>
      <pubDate>Tue, 08 Mar 2005 23:52:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-verification/m-p/3500599#M216546</guid>
      <dc:creator>Mic V.</dc:creator>
      <dc:date>2005-03-08T23:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: Password verification</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-verification/m-p/3500600#M216547</link>
      <description>Hey Mic,&lt;BR /&gt;&lt;BR /&gt;This sounds perfect!!!  Are there any "gotchas" on HP-UX 11.11 that you know of?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Bobby</description>
      <pubDate>Mon, 14 Mar 2005 20:52:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-verification/m-p/3500600#M216547</guid>
      <dc:creator>TheJuiceman</dc:creator>
      <dc:date>2005-03-14T20:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: Password verification</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-verification/m-p/3500601#M216548</link>
      <description>Not that I'm aware of!  :-)  Would you post your success story?  I'm curious.&lt;BR /&gt;&lt;BR /&gt;Mic</description>
      <pubDate>Mon, 14 Mar 2005 22:17:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-verification/m-p/3500601#M216548</guid>
      <dc:creator>Mic V.</dc:creator>
      <dc:date>2005-03-14T22:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: Password verification</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-verification/m-p/3500602#M216549</link>
      <description>Absolutely!!!  I will begin work on it and let you know!!!  Thanks for the help!!!</description>
      <pubDate>Mon, 14 Mar 2005 22:55:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-verification/m-p/3500602#M216549</guid>
      <dc:creator>TheJuiceman</dc:creator>
      <dc:date>2005-03-14T22:55:52Z</dc:date>
    </item>
  </channel>
</rss>

