<?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: Where are the security services? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/where-are-the-security-services/m-p/3484853#M704523</link>
    <description>The RC4 algorithm is included in openssl which you can download and install from here&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Languages/openssl-0.9.7e/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Languages/openssl-0.9.7e/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You will be able to download the runtime and the source, free.&lt;BR /&gt;&lt;BR /&gt;Otherwise I suggest you look into GPG, (&lt;A href="http://www.gnupg.org)" target="_blank"&gt;www.gnupg.org)&lt;/A&gt; &lt;BR /&gt;Similar to PGP, it allows you to encrypt and sign files.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 15 Feb 2005 10:38:05 GMT</pubDate>
    <dc:creator>Steve Lewis</dc:creator>
    <dc:date>2005-02-15T10:38:05Z</dc:date>
    <item>
      <title>Where are the security services?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/where-are-the-security-services/m-p/3484848#M704518</link>
      <description>I know this must be obvious, but I have looked and looked without success.&lt;BR /&gt;&lt;BR /&gt;I have a Microsoft program which uses the Crypto API CryptEncrypt() to encrypt a block of memory using RC4. The actual application is to encrypt a PDF that it generates.&lt;BR /&gt;&lt;BR /&gt;I now need to port this to HP-UX, but I cannot find any equivalent system calls to encrypt a block of memory.&lt;BR /&gt;&lt;BR /&gt;Can someone please point me in the right direction?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Ian</description>
      <pubDate>Mon, 14 Feb 2005 04:59:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/where-are-the-security-services/m-p/3484848#M704518</guid>
      <dc:creator>Ian Brown_7</dc:creator>
      <dc:date>2005-02-14T04:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: Where are the security services?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/where-are-the-security-services/m-p/3484849#M704519</link>
      <description>Hi Ian,&lt;BR /&gt;&lt;BR /&gt;See those functions in the manual:&lt;BR /&gt;&lt;BR /&gt;#man encrypt&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Eric Antunes&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Feb 2005 05:59:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/where-are-the-security-services/m-p/3484849#M704519</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2005-02-14T05:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: Where are the security services?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/where-are-the-security-services/m-p/3484850#M704520</link>
      <description>Thanks for the pointer - but I don't think it is what I need.&lt;BR /&gt;&lt;BR /&gt;man encrypt tells me about the crypt() function. This is a one way encryption funtion for generating user passwords (as far as I can tell).&lt;BR /&gt;&lt;BR /&gt;I need a function to encrypt via RC4 which is a symmetric cypher. From what I can tell, I don't think crypt() can do that for me.&lt;BR /&gt;&lt;BR /&gt;Ian</description>
      <pubDate>Mon, 14 Feb 2005 06:05:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/where-are-the-security-services/m-p/3484850#M704520</guid>
      <dc:creator>Ian Brown_7</dc:creator>
      <dc:date>2005-02-14T06:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: Where are the security services?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/where-are-the-security-services/m-p/3484851#M704521</link>
      <description>Ok,&lt;BR /&gt;&lt;BR /&gt;I don't know anything about this specific rc4 symmetric cypher. The only thing I can tell you (hope this will help) is the location of a file with this name. If you execute "whereis rc4", you'll get something like this:&lt;BR /&gt;&lt;BR /&gt;#whereis rc4&lt;BR /&gt;rc4: /sbin/rc4.d &lt;BR /&gt;&lt;BR /&gt;Eric&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Feb 2005 06:18:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/where-are-the-security-services/m-p/3484851#M704521</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2005-02-14T06:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: Where are the security services?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/where-are-the-security-services/m-p/3484852#M704522</link>
      <description>Ian, &lt;BR /&gt;I'm quite clueless on cryptographic applications, but I think You'll need the openssl suite.</description>
      <pubDate>Tue, 15 Feb 2005 09:49:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/where-are-the-security-services/m-p/3484852#M704522</guid>
      <dc:creator>Florian Heigl (new acc)</dc:creator>
      <dc:date>2005-02-15T09:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: Where are the security services?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/where-are-the-security-services/m-p/3484853#M704523</link>
      <description>The RC4 algorithm is included in openssl which you can download and install from here&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Languages/openssl-0.9.7e/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Languages/openssl-0.9.7e/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You will be able to download the runtime and the source, free.&lt;BR /&gt;&lt;BR /&gt;Otherwise I suggest you look into GPG, (&lt;A href="http://www.gnupg.org)" target="_blank"&gt;www.gnupg.org)&lt;/A&gt; &lt;BR /&gt;Similar to PGP, it allows you to encrypt and sign files.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Feb 2005 10:38:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/where-are-the-security-services/m-p/3484853#M704523</guid>
      <dc:creator>Steve Lewis</dc:creator>
      <dc:date>2005-02-15T10:38:05Z</dc:date>
    </item>
  </channel>
</rss>

