<?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 How do I hide passwords in a perl script. in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-do-i-hide-passwords-in-a-perl-script/m-p/5050382#M96289</link>
    <description>Hi all,&lt;BR /&gt;I'm having problem hiding my password entry from users vision. How can I solve it?&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Stanley</description>
    <pubDate>Thu, 31 May 2007 23:54:03 GMT</pubDate>
    <dc:creator>StanleySWLee</dc:creator>
    <dc:date>2007-05-31T23:54:03Z</dc:date>
    <item>
      <title>How do I hide passwords in a perl script.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-do-i-hide-passwords-in-a-perl-script/m-p/5050382#M96289</link>
      <description>Hi all,&lt;BR /&gt;I'm having problem hiding my password entry from users vision. How can I solve it?&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Stanley</description>
      <pubDate>Thu, 31 May 2007 23:54:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-do-i-hide-passwords-in-a-perl-script/m-p/5050382#M96289</guid>
      <dc:creator>StanleySWLee</dc:creator>
      <dc:date>2007-05-31T23:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: How do I hide passwords in a perl script.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-do-i-hide-passwords-in-a-perl-script/m-p/5050383#M96290</link>
      <description># perldoc -q password&lt;BR /&gt;&lt;BR /&gt;will give you all the answers you need.&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Fri, 01 Jun 2007 01:01:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-do-i-hide-passwords-in-a-perl-script/m-p/5050383#M96290</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2007-06-01T01:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: How do I hide passwords in a perl script.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-do-i-hide-passwords-in-a-perl-script/m-p/5050384#M96291</link>
      <description>send an stty -echo before asking for the password. Then an stty echo after.&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Jun 2007 01:44:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-do-i-hide-passwords-in-a-perl-script/m-p/5050384#M96291</guid>
      <dc:creator>Steve Faidley</dc:creator>
      <dc:date>2007-06-01T01:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: How do I hide passwords in a perl script.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-do-i-hide-passwords-in-a-perl-script/m-p/5050385#M96292</link>
      <description>Dear all,&lt;BR /&gt;&lt;BR /&gt;Currently i just read user input to a variable like below:&lt;BR /&gt;&lt;BR /&gt;$password = &lt;STDIN&gt;;&lt;BR /&gt;&lt;BR /&gt;and run in solaris environment.&lt;BR /&gt;&lt;BR /&gt;My objective is to hide from user when user input.&lt;BR /&gt;&lt;BR /&gt;As I know the -stty command is just for shell script file. Is it?&lt;/STDIN&gt;</description>
      <pubDate>Fri, 01 Jun 2007 02:12:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-do-i-hide-passwords-in-a-perl-script/m-p/5050385#M96292</guid>
      <dc:creator>StanleySWLee</dc:creator>
      <dc:date>2007-06-01T02:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: How do I hide passwords in a perl script.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-do-i-hide-passwords-in-a-perl-script/m-p/5050386#M96293</link>
      <description>What is wrong with my answer? Did you try it?&lt;BR /&gt;&lt;BR /&gt;It *literally* states your problem and gives the solution. We don't have to cut and paste the output here, do we?&lt;BR /&gt;&lt;BR /&gt;I admit that Term::ReadKey is not a CORE module, but it will give you a portable way to disable the echo of characters entered.&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Fri, 01 Jun 2007 02:46:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-do-i-hide-passwords-in-a-perl-script/m-p/5050386#M96293</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2007-06-01T02:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: How do I hide passwords in a perl script.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-do-i-hide-passwords-in-a-perl-script/m-p/5050387#M96294</link>
      <description>Hi H.Merijn,&lt;BR /&gt;&lt;BR /&gt;I do have try your statement and put it in my perl script and it dont reflect any changes that I had made. Or do I made any mistake? Pls advice.&lt;BR /&gt;&lt;BR /&gt;FYI, I just need to mask a &lt;STDIN&gt; (a standard input) from user when the user input prompt in unix environment?&lt;BR /&gt;&lt;BR /&gt;Thks and rgds,&lt;BR /&gt;Stanley&lt;/STDIN&gt;</description>
      <pubDate>Fri, 01 Jun 2007 03:20:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-do-i-hide-passwords-in-a-perl-script/m-p/5050387#M96294</guid>
      <dc:creator>StanleySWLee</dc:creator>
      <dc:date>2007-06-01T03:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: How do I hide passwords in a perl script.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-do-i-hide-passwords-in-a-perl-script/m-p/5050388#M96295</link>
      <description>Thanks to H.Merijn and Steve for your precious advice. Currently I'm using &lt;BR /&gt;&lt;BR /&gt;system "stty -echo";&lt;BR /&gt;&lt;BR /&gt;to mask off.&lt;BR /&gt;&lt;BR /&gt;Thanks all&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Jun 2007 05:18:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-do-i-hide-passwords-in-a-perl-script/m-p/5050388#M96295</guid>
      <dc:creator>StanleySWLee</dc:creator>
      <dc:date>2007-06-01T05:18:26Z</dc:date>
    </item>
  </channel>
</rss>

