<?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: How to create SHA512 file hash in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-sha512-file-hash/m-p/6997483#M490671</link>
    <description>&lt;P&gt;&amp;gt; We are doing some data transfer (automated) and would like to have&lt;BR /&gt;&amp;gt; this hash to ensure the integrity of the data file that is being sent&lt;BR /&gt;&amp;gt; over.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; If you're not wedded to SHA512, then you might consider something&lt;BR /&gt;simple, like a zip archive.&amp;nbsp; The zip archive standard includes a CRC-32&lt;BR /&gt;checksum.&amp;nbsp; You'd get compression and a per-file CRC-32 data integrity&lt;BR /&gt;check with minimal extra effort.&lt;/P&gt;</description>
    <pubDate>Tue, 20 Feb 2018 02:43:53 GMT</pubDate>
    <dc:creator>Steven Schweda</dc:creator>
    <dc:date>2018-02-20T02:43:53Z</dc:date>
    <item>
      <title>How to create SHA512 file hash</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-sha512-file-hash/m-p/6997470#M490669</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Would someone be able to advise how I can create a SHA512 hash for a data file e.g. csv?&lt;/P&gt;&lt;P&gt;We are doing some data transfer (automated) and would like to have this hash to ensure the integrity of the data file that is being sent over.&lt;/P&gt;&lt;P&gt;What I have read and found online so far relates to hashing of passwords and not on data files.&lt;/P&gt;&lt;P&gt;Is it doable?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2018 00:37:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-sha512-file-hash/m-p/6997470#M490669</guid>
      <dc:creator>so.nimda</dc:creator>
      <dc:date>2018-02-20T00:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to create SHA512 file hash</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-sha512-file-hash/m-p/6997480#M490670</link>
      <description>&lt;P&gt;&amp;gt; [...] how I can create a SHA512 hash for a data file e.g. csv?&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; You could use OpenSSL.&amp;nbsp; For example (here, on a VMS system, but it's&lt;BR /&gt;portable, right?):&lt;BR /&gt;&lt;BR /&gt;its $ openssl dgst -sha512 login.com&lt;BR /&gt;SHA512(login.com)= 5aa178f02f8ea781ebef4f10936ef5abc3d852bbfb424b22d51c70446037f&lt;BR /&gt;bbda31b6cbfdc970dfa840395b7aeefe8cdfe7364582b8d0f68d0a1b667a579c7da&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2018 02:26:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-sha512-file-hash/m-p/6997480#M490670</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2018-02-20T02:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to create SHA512 file hash</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-sha512-file-hash/m-p/6997483#M490671</link>
      <description>&lt;P&gt;&amp;gt; We are doing some data transfer (automated) and would like to have&lt;BR /&gt;&amp;gt; this hash to ensure the integrity of the data file that is being sent&lt;BR /&gt;&amp;gt; over.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; If you're not wedded to SHA512, then you might consider something&lt;BR /&gt;simple, like a zip archive.&amp;nbsp; The zip archive standard includes a CRC-32&lt;BR /&gt;checksum.&amp;nbsp; You'd get compression and a per-file CRC-32 data integrity&lt;BR /&gt;check with minimal extra effort.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2018 02:43:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-sha512-file-hash/m-p/6997483#M490671</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2018-02-20T02:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to create SHA512 file hash</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-sha512-file-hash/m-p/6997658#M490672</link>
      <description>&lt;P&gt;Hi Steven,&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;I am using HPUX so need to figure out how to run OpenSSL.&amp;nbsp; Basically, the host system (HPUX) needs to automate sftp a data file over to a Windows server for processing, so need to ensure that integrity of this data file is correct.&lt;/P&gt;&lt;P&gt;If a hash can be successfully generated, this mean 2 files need to be sent over - the data file and the hash file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is that correct?&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2018 05:31:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-sha512-file-hash/m-p/6997658#M490672</guid>
      <dc:creator>so.nimda</dc:creator>
      <dc:date>2018-02-21T05:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to create SHA512 file hash</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-sha512-file-hash/m-p/6997664#M490673</link>
      <description>&lt;P&gt;&amp;gt; I am using HPUX so need to figure out how to run OpenSSL.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="https://h20392.www2.hpe.com/portal/swdepot/displayProductInfo.do?productNumber=OPENSSL11I" target="_blank"&gt;https://h20392.www2.hpe.com/portal/swdepot/displayProductInfo.do?productNumber=OPENSSL11I&lt;/A&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="http://hpux.connect.org.uk/hppd/hpux/Development/Libraries/openssl-1.0.2n/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Development/Libraries/openssl-1.0.2n/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt; If a hash can be successfully generated, this mean 2 files need to be&lt;BR /&gt;&amp;gt; sent over - the data file and the hash file.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Generally, yes, but you could put both of them into a zip archive,&lt;BR /&gt;and send that.&amp;nbsp; (You could instead use something like "tar", but I'd&lt;BR /&gt;expect it to be easier to deal with a zip archive on Windows.)&amp;nbsp; Whether&lt;BR /&gt;you need a hash digest with a zip archive is another question.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] the host system (HPUX) needs to automate sftp a data file over&lt;BR /&gt;&amp;gt; to a Windows server [...]&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; You already have SFTP (SSH) on the HP-UX system?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2018 06:56:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-sha512-file-hash/m-p/6997664#M490673</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2018-02-21T06:56:47Z</dc:date>
    </item>
  </channel>
</rss>

