<?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: script to generate a password in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/script-to-generate-a-password/m-p/2954139#M116701</link>
    <description>Geoff -&lt;BR /&gt; Man, I had forgotten about this note.&lt;BR /&gt;Anyway, it was using ANSI C on HP-UX 11.0&lt;BR /&gt;Thanks for the follow up.&lt;BR /&gt;&lt;BR /&gt;dl</description>
    <pubDate>Fri, 09 May 2003 19:35:05 GMT</pubDate>
    <dc:creator>Dave La Mar</dc:creator>
    <dc:date>2003-05-09T19:35:05Z</dc:date>
    <item>
      <title>script to generate a password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-to-generate-a-password/m-p/2954131#M116693</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;The ops mgr wants to alter an outside vendor's password each day.  I could not find anything canned and don't really want to roll my own. It would need to generate a new password and email the operators the new password.  &lt;BR /&gt;&lt;BR /&gt;Any scripts out there?  We are on 11.00 untrusted system.&lt;BR /&gt;&lt;BR /&gt;If there is nothing ready to use ideas on how to generate that password?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;Doug&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Apr 2003 15:29:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-to-generate-a-password/m-p/2954131#M116693</guid>
      <dc:creator>Doug_3</dc:creator>
      <dc:date>2003-04-17T15:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: script to generate a password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-to-generate-a-password/m-p/2954132#M116694</link>
      <description>Doug,&lt;BR /&gt;&lt;BR /&gt;Attached is a rather ugly, very homegrown script to generate a four character password, all alpha.  You could adapt it to whatever lenght you need.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 17 Apr 2003 15:32:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-to-generate-a-password/m-p/2954132#M116694</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-04-17T15:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: script to generate a password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-to-generate-a-password/m-p/2954133#M116695</link>
      <description>Hi Doug,&lt;BR /&gt;&lt;BR /&gt;You might be introducing a bit of a security hole if you are emailing plaintext passwords from the server...&lt;BR /&gt;&lt;BR /&gt;Perhaps the vendor could supply you with a list of a month's worth of pre-encrypted passwords; then you could have a cron job  that moves the pre-encrypted passwords into place?&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;Darren.</description>
      <pubDate>Thu, 17 Apr 2003 15:44:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-to-generate-a-password/m-p/2954133#M116695</guid>
      <dc:creator>Darren Prior</dc:creator>
      <dc:date>2003-04-17T15:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: script to generate a password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-to-generate-a-password/m-p/2954134#M116696</link>
      <description>Thanks Darren, Pete. The script will work fine!&lt;BR /&gt;&lt;BR /&gt;There should be no security hole as I am not sending them out of the server, just to the operator account avail in the server.&lt;BR /&gt;&lt;BR /&gt;Thanks Again to you both.&lt;BR /&gt;&lt;BR /&gt;Doug</description>
      <pubDate>Thu, 17 Apr 2003 16:25:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-to-generate-a-password/m-p/2954134#M116696</guid>
      <dc:creator>Doug_3</dc:creator>
      <dc:date>2003-04-17T16:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: script to generate a password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-to-generate-a-password/m-p/2954135#M116697</link>
      <description>Here's a good one in C.&lt;BR /&gt;&lt;BR /&gt;Generates a random password - very hard to crack - will pass just about any security audit...&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Thu, 17 Apr 2003 16:42:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-to-generate-a-password/m-p/2954135#M116697</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2003-04-17T16:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: script to generate a password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-to-generate-a-password/m-p/2954136#M116698</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Here is a little Perl script I use to generate 'ugly' passwords that make our security guy happy:&lt;BR /&gt;&lt;BR /&gt;#!/usr/bin/perl&lt;BR /&gt;&lt;BR /&gt;# ugly_password.pl&lt;BR /&gt;&lt;BR /&gt;# This script will generate a random password 16 characters long using&lt;BR /&gt;# upper and lower case alphabetical characters, numbers, and special&lt;BR /&gt;# characters.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;@chars = ( "A" .. "Z", "a" .. "z", 0 .. 9, qw(! @ # $ % ^ &amp;amp; _ - [ ] { }) );&lt;BR /&gt;$password = join("", @chars[ map { rand @chars } ( 1 .. 16 ) ]);&lt;BR /&gt;&lt;BR /&gt;print "New password is $password\n";&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;&lt;BR /&gt;P.S.  Merijn should be happy.  I actually do a little bit of scripting [not enough] in Perl.  ;)&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Apr 2003 16:50:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-to-generate-a-password/m-p/2954136#M116698</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2003-04-17T16:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: script to generate a password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-to-generate-a-password/m-p/2954137#M116699</link>
      <description>For Geoff -&lt;BR /&gt;Hope you return to this thread.&lt;BR /&gt;I've tried your cprog but &amp;lt; &amp;gt; are still generated. I've tried quoting and double quoting in the define but they are still generated. ???&lt;BR /&gt;&lt;BR /&gt;dl</description>
      <pubDate>Thu, 17 Apr 2003 19:00:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-to-generate-a-password/m-p/2954137#M116699</guid>
      <dc:creator>Dave La Mar</dc:creator>
      <dc:date>2003-04-17T19:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: script to generate a password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-to-generate-a-password/m-p/2954138#M116700</link>
      <description>Dave,&lt;BR /&gt;&lt;BR /&gt;Strange = the c program was developed on a Solaris box - I've tried compiling on HPUX 11.11 - to no avail - on Solaris those characters never show up in random passwords - how did you complie on HP?&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Mon, 21 Apr 2003 13:37:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-to-generate-a-password/m-p/2954138#M116700</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2003-04-21T13:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: script to generate a password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-to-generate-a-password/m-p/2954139#M116701</link>
      <description>Geoff -&lt;BR /&gt; Man, I had forgotten about this note.&lt;BR /&gt;Anyway, it was using ANSI C on HP-UX 11.0&lt;BR /&gt;Thanks for the follow up.&lt;BR /&gt;&lt;BR /&gt;dl</description>
      <pubDate>Fri, 09 May 2003 19:35:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-to-generate-a-password/m-p/2954139#M116701</guid>
      <dc:creator>Dave La Mar</dc:creator>
      <dc:date>2003-05-09T19:35:05Z</dc:date>
    </item>
  </channel>
</rss>

