<?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 increasing complexity of login passwords in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/increasing-complexity-of-login-passwords/m-p/5184724#M30510</link>
    <description>Using openvms 7.3-2 on an alpha server.&lt;BR /&gt;&lt;BR /&gt;We want to require more complex passwords than what we have currently setup, but don't want to use genpwd -- i.e. something that would forbid "easy to guess passwords" such as "112233" or "asdf12" (which appear to be O.K. as far as the pwddic is concerned).&lt;BR /&gt;&lt;BR /&gt;Any pointers/links will be appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
    <pubDate>Wed, 01 Jul 2009 08:15:19 GMT</pubDate>
    <dc:creator>sandyt</dc:creator>
    <dc:date>2009-07-01T08:15:19Z</dc:date>
    <item>
      <title>increasing complexity of login passwords</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/increasing-complexity-of-login-passwords/m-p/5184724#M30510</link>
      <description>Using openvms 7.3-2 on an alpha server.&lt;BR /&gt;&lt;BR /&gt;We want to require more complex passwords than what we have currently setup, but don't want to use genpwd -- i.e. something that would forbid "easy to guess passwords" such as "112233" or "asdf12" (which appear to be O.K. as far as the pwddic is concerned).&lt;BR /&gt;&lt;BR /&gt;Any pointers/links will be appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 01 Jul 2009 08:15:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/increasing-complexity-of-login-passwords/m-p/5184724#M30510</guid>
      <dc:creator>sandyt</dc:creator>
      <dc:date>2009-07-01T08:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: increasing complexity of login passwords</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/increasing-complexity-of-login-passwords/m-p/5184725#M30511</link>
      <description>Sandyt,&lt;BR /&gt;&lt;BR /&gt;you can set up your own password policy checker.&lt;BR /&gt;&lt;BR /&gt;See the excellent write up and links from Steve Hoffman at&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://labs.hoffmanlabs.com/node/643" target="_blank"&gt;http://labs.hoffmanlabs.com/node/643&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Wed, 01 Jul 2009 08:40:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/increasing-complexity-of-login-passwords/m-p/5184725#M30511</guid>
      <dc:creator>Duncan Morris</dc:creator>
      <dc:date>2009-07-01T08:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: increasing complexity of login passwords</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/increasing-complexity-of-login-passwords/m-p/5184726#M30512</link>
      <description>As Duncan wrote, You can add your own password policy module.&lt;BR /&gt;Or simpler you can add your easy to guess passwords to the password dictionary.&lt;BR /&gt;And I question why  "asdf12" is easier to guess  than any other 6 character password. As a first action I would require at least 8 character passwords.</description>
      <pubDate>Wed, 01 Jul 2009 09:02:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/increasing-complexity-of-login-passwords/m-p/5184726#M30512</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2009-07-01T09:02:49Z</dc:date>
    </item>
    <item>
      <title>Re: increasing complexity of login passwords</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/increasing-complexity-of-login-passwords/m-p/5184727#M30513</link>
      <description>Thanks for the quick response.&lt;BR /&gt;&lt;BR /&gt;You are correct that increasing password length would help, but at the moment I can only "tweak" existing policy.&lt;BR /&gt;&lt;BR /&gt;I will try the macro32 password policy.&lt;BR /&gt;&lt;BR /&gt;As a stop-gap, are there maybe any "improved" password dictionary additions that are available to download?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 02 Jul 2009 03:02:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/increasing-complexity-of-login-passwords/m-p/5184727#M30513</guid>
      <dc:creator>sandyt</dc:creator>
      <dc:date>2009-07-02T03:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: increasing complexity of login passwords</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/increasing-complexity-of-login-passwords/m-p/5184728#M30514</link>
      <description>Maybe a search for "password dictionary file" will find some.&lt;BR /&gt;Also password security checker programs like JohnTheRipper contain dictionary files, especially those frequently used by cracker programs.&lt;BR /&gt;( &lt;A href="http://www.openwall.com/john/" target="_blank"&gt;http://www.openwall.com/john/&lt;/A&gt; )&lt;BR /&gt;&lt;BR /&gt;To add dictionaries to the VMS dictionay file, see the following files at&lt;BR /&gt;  &lt;A href="http://wwwvms.mppmu.mpg.de/vms$common/sysmgr/" target="_blank"&gt;http://wwwvms.mppmu.mpg.de/vms$common/sysmgr/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;ADD_PASSWORD_DICTIONARY.COM           &lt;BR /&gt;convert_list_to_password_dictionary.com                  &lt;BR /&gt;merge_password_dictionary.com         &lt;BR /&gt;&lt;BR /&gt;The convert_list... procedure converts a text-file with one password per line into a VMS formatted (ISAM) file, which then can be merged into a VMS dictionary file.</description>
      <pubDate>Thu, 02 Jul 2009 07:30:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/increasing-complexity-of-login-passwords/m-p/5184728#M30514</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2009-07-02T07:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: increasing complexity of login passwords</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/increasing-complexity-of-login-passwords/m-p/5184729#M30515</link>
      <description>Follow the Passwords taxonomy around the site for more than you probably care on this topic:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://labs.hoffmanlabs.com/taxonomy/term/112" target="_blank"&gt;http://labs.hoffmanlabs.com/taxonomy/term/112&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Articles include John The Ripper and other brute-force attacks, dictionary updates, generated passwords, no-password logins, certificates, Kerberos and single-signon, the aforementioned password filter, etc.</description>
      <pubDate>Thu, 02 Jul 2009 12:33:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/increasing-complexity-of-login-passwords/m-p/5184729#M30515</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2009-07-02T12:33:22Z</dc:date>
    </item>
  </channel>
</rss>

