<?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: securing plain text passwords in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/securing-plain-text-passwords/m-p/2673708#M51529</link>
    <description>Have you seen,&lt;BR /&gt;&lt;BR /&gt;#man setkey&lt;BR /&gt;#man makekey&lt;BR /&gt;#man crypt&lt;BR /&gt;#man encrypt&lt;BR /&gt;&lt;BR /&gt;-K.Vijay</description>
    <pubDate>Fri, 01 Mar 2002 06:22:30 GMT</pubDate>
    <dc:creator>K.Vijayaragavan.</dc:creator>
    <dc:date>2002-03-01T06:22:30Z</dc:date>
    <item>
      <title>securing plain text passwords</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/securing-plain-text-passwords/m-p/2673704#M51525</link>
      <description>is there a way to secure plain text passwords in a script that you need to pass a password to an application like a database ?</description>
      <pubDate>Thu, 28 Feb 2002 18:22:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/securing-plain-text-passwords/m-p/2673704#M51525</guid>
      <dc:creator>Tom Elder</dc:creator>
      <dc:date>2002-02-28T18:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: securing plain text passwords</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/securing-plain-text-passwords/m-p/2673705#M51526</link>
      <description>Not that I know of.  If you really must hardcode an id/password in a script (as for sqlplus connections) make sure that the script itself can be read only by users who already have access to that id.  If regular file permissions do not allow the granularity you need, use ACLs.</description>
      <pubDate>Thu, 28 Feb 2002 18:30:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/securing-plain-text-passwords/m-p/2673705#M51526</guid>
      <dc:creator>Alan Riggs</dc:creator>
      <dc:date>2002-02-28T18:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: securing plain text passwords</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/securing-plain-text-passwords/m-p/2673706#M51527</link>
      <description>I will look up ACL's in my man pages but I was not aware of their use outside of routers and such. Can you point me in a direction for my research?&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;tom</description>
      <pubDate>Thu, 28 Feb 2002 19:49:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/securing-plain-text-passwords/m-p/2673706#M51527</guid>
      <dc:creator>Tom Elder</dc:creator>
      <dc:date>2002-02-28T19:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: securing plain text passwords</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/securing-plain-text-passwords/m-p/2673707#M51528</link>
      <description>Also, be aware that if you log into a database like so:&lt;BR /&gt;&lt;BR /&gt;sqlplus scott/tiger&lt;BR /&gt;&lt;BR /&gt;Everybody and their brother on the machine can do a ps -ef and see your password in the process list.&lt;BR /&gt;&lt;BR /&gt;This works:&lt;BR /&gt;&lt;BR /&gt;USERID=scott/tiger&lt;BR /&gt;sqlplus &amp;lt;&lt;EOF&gt;&lt;/EOF&gt;$USERID&lt;BR /&gt;select sysdate from dual;&lt;BR /&gt;EOF&lt;BR /&gt;&lt;BR /&gt;Your password won't show up on the command line that way.  Of course, different applications may have different issues.</description>
      <pubDate>Thu, 28 Feb 2002 21:15:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/securing-plain-text-passwords/m-p/2673707#M51528</guid>
      <dc:creator>Eric Ladner</dc:creator>
      <dc:date>2002-02-28T21:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: securing plain text passwords</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/securing-plain-text-passwords/m-p/2673708#M51529</link>
      <description>Have you seen,&lt;BR /&gt;&lt;BR /&gt;#man setkey&lt;BR /&gt;#man makekey&lt;BR /&gt;#man crypt&lt;BR /&gt;#man encrypt&lt;BR /&gt;&lt;BR /&gt;-K.Vijay</description>
      <pubDate>Fri, 01 Mar 2002 06:22:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/securing-plain-text-passwords/m-p/2673708#M51529</guid>
      <dc:creator>K.Vijayaragavan.</dc:creator>
      <dc:date>2002-03-01T06:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: securing plain text passwords</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/securing-plain-text-passwords/m-p/2673709#M51530</link>
      <description>You might consider to use the OPS$ connect from Oracle.&lt;BR /&gt;&lt;BR /&gt;Do not know if this helps&lt;BR /&gt;Volker</description>
      <pubDate>Fri, 01 Mar 2002 09:53:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/securing-plain-text-passwords/m-p/2673709#M51530</guid>
      <dc:creator>Volker Borowski</dc:creator>
      <dc:date>2002-03-01T09:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: securing plain text passwords</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/securing-plain-text-passwords/m-p/2673710#M51531</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If sudo doesn't suit your needs, then use restricted sam.&lt;BR /&gt;&lt;BR /&gt;Give the script only -r-x------ (chmod 0500) permissions for the owner called eg. sqlmod.&lt;BR /&gt;&lt;BR /&gt;Subsequently, add this script to sam and configure restricted sam for this script:&lt;BR /&gt;&lt;BR /&gt;$ sam -r&lt;BR /&gt;&lt;BR /&gt;A user sqluser1 can thus execute the script from sam without the ability to read the script owned by sqlmod.&lt;BR /&gt;&lt;BR /&gt;$ /usr/sbin/sam&lt;BR /&gt;&lt;BR /&gt;Another alternative is to wrap your script in a C program, but this is not foolproof.&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong</description>
      <pubDate>Fri, 01 Mar 2002 10:01:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/securing-plain-text-passwords/m-p/2673710#M51531</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2002-03-01T10:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: securing plain text passwords</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/securing-plain-text-passwords/m-p/2673711#M51532</link>
      <description>thanks for the help; you have given me several ways to try to implement my task.</description>
      <pubDate>Wed, 06 Mar 2002 21:42:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/securing-plain-text-passwords/m-p/2673711#M51532</guid>
      <dc:creator>Tom Elder</dc:creator>
      <dc:date>2002-03-06T21:42:35Z</dc:date>
    </item>
  </channel>
</rss>

