Operating System - HP-UX
1851015 Members
2904 Online
104056 Solutions
New Discussion

Where do I find sha1 for HP-UX?

 
Gord Moore
Frequent Advisor

Where do I find sha1 for HP-UX?

I have a package to install, but it uses the sha1 checksum instead of the md5 that I am use to. I can't seem to find an sha1 program in my searching. Where can I get it?

Thanks
3 REPLIES 3
TwoProc
Honored Contributor

Re: Where do I find sha1 for HP-UX?

OK I've got a "maybe" for you, review the notes on it, it may fit your needs.
http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/mhash-0.9.2/
We are the people our parents warned us about --Jimmy Buffett
rick jones
Honored Contributor

Re: Where do I find sha1 for HP-UX?

Perhaps OpenSSL from the HP Internet Express bits (IIRC OpenSSL is in there) will give you want you need.
there is no rest for the wicked yet the virtuous have no pillows
Gord Moore
Frequent Advisor

Re: Where do I find sha1 for HP-UX?

Never found a good answer to this, but managed to get the sha1 module as part of another compile. Very weird.

Thanks to all.