<?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: Perl coding question, topic Password encryption in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-coding-question-topic-password-encryption/m-p/3601959#M822909</link>
    <description>Store it in shared memory :)&lt;BR /&gt;In encrypted form of course&lt;BR /&gt;&lt;BR /&gt;# man perlipc&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
    <pubDate>Thu, 11 Aug 2005 14:52:15 GMT</pubDate>
    <dc:creator>H.Merijn Brand (procura</dc:creator>
    <dc:date>2005-08-11T14:52:15Z</dc:date>
    <item>
      <title>Perl coding question, topic Password encryption</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-coding-question-topic-password-encryption/m-p/3601955#M822905</link>
      <description>Hello Everyone&lt;BR /&gt;I was wondering if anyone had a good example of a function to ask for a password, encrypt it to store in a file that would be decrypted back to a variable when your app needs it later.&lt;BR /&gt;&lt;BR /&gt;This is not a web or cgi type scripting I am working on, only Perl.&lt;BR /&gt;&lt;BR /&gt;The It would be useful if the encryption part could run separate from the decryption and without user intervention.&lt;BR /&gt;&lt;BR /&gt;The reason I am looking is I would rather my automated Perl Scripts did not store open text passwords, and I would like more security than locking down a directory.&lt;BR /&gt;&lt;BR /&gt;So bascically I am looking for a perl script to run ask for a password to add to a file encrypted.&lt;BR /&gt;&lt;BR /&gt;Then another piece of Perl code that could decrypt it to a easy to use variable so your program could use it without having to be interactive with the user asking for any input.&lt;BR /&gt;&lt;BR /&gt;Not to confuse the question but after I am done with the unencrypted variable in the program should I shoot trash into it/zero it before the program exit to be extra safe, its all Perl by the way?&lt;BR /&gt;&lt;BR /&gt;Many Thanks</description>
      <pubDate>Thu, 11 Aug 2005 12:06:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-coding-question-topic-password-encryption/m-p/3601955#M822905</guid>
      <dc:creator>generic_1</dc:creator>
      <dc:date>2005-08-11T12:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: Perl coding question, topic Password encryption</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-coding-question-topic-password-encryption/m-p/3601956#M822906</link>
      <description># man perlfaq8&lt;BR /&gt;&lt;BR /&gt;# perldoc -q "How do I ask the user for a password?"&lt;BR /&gt;&lt;BR /&gt;# perldoc -f crypt&lt;BR /&gt;&lt;BR /&gt;It's all in there, including examples&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Thu, 11 Aug 2005 12:11:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-coding-question-topic-password-encryption/m-p/3601956#M822906</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2005-08-11T12:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: Perl coding question, topic Password encryption</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-coding-question-topic-password-encryption/m-p/3601957#M822907</link>
      <description>I looked at the code and tested it but its not doing really what im looking to do.&lt;BR /&gt;&lt;BR /&gt;I am looking not to store any unencrypted passwords in text files.  The only time I intend to enter a password is to encrypt it.  I do not want to have to retype it every time the app launches.  This a cron/scheduled application I am working on.&lt;BR /&gt;&lt;BR /&gt;More along the lines of public and private keys, but the result producing the password the app will use.  They are not OS user accounts either.</description>
      <pubDate>Thu, 11 Aug 2005 13:18:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-coding-question-topic-password-encryption/m-p/3601957#M822907</guid>
      <dc:creator>generic_1</dc:creator>
      <dc:date>2005-08-11T13:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: Perl coding question, topic Password encryption</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-coding-question-topic-password-encryption/m-p/3601958#M822908</link>
      <description>Check out this module:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://search.cpan.org/~amackey/Data-Encrypted-0.07/Encrypted.pm" target="_blank"&gt;http://search.cpan.org/~amackey/Data-Encrypted-0.07/Encrypted.pm&lt;/A&gt;</description>
      <pubDate>Thu, 11 Aug 2005 13:53:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-coding-question-topic-password-encryption/m-p/3601958#M822908</guid>
      <dc:creator>Pat Lieberg</dc:creator>
      <dc:date>2005-08-11T13:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: Perl coding question, topic Password encryption</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-coding-question-topic-password-encryption/m-p/3601959#M822909</link>
      <description>Store it in shared memory :)&lt;BR /&gt;In encrypted form of course&lt;BR /&gt;&lt;BR /&gt;# man perlipc&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Thu, 11 Aug 2005 14:52:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-coding-question-topic-password-encryption/m-p/3601959#M822909</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2005-08-11T14:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: Perl coding question, topic Password encryption</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-coding-question-topic-password-encryption/m-p/3601960#M822910</link>
      <description>javascript&amp;amp;colon;openExternal('&lt;A href="http://search.cpan.org/~amackey/Data-Encrypted-0.07/Encrypted.pm')" target="_blank"&gt;http://search.cpan.org/~amackey/Data-Encrypted-0.07/Encrypted.pm')&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Have you used this module under HPUX with Luck.  It looks like it has allot of the functionality I am looking for for storing passwords for scripting.&lt;BR /&gt;&lt;BR /&gt;Thanks Everyone.</description>
      <pubDate>Thu, 11 Aug 2005 15:10:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-coding-question-topic-password-encryption/m-p/3601960#M822910</guid>
      <dc:creator>generic_1</dc:creator>
      <dc:date>2005-08-11T15:10:54Z</dc:date>
    </item>
  </channel>
</rss>

