1830044 Members
5421 Online
109998 Solutions
New Discussion

sha1

 
Pieter_5
Advisor

sha1

Hi,

I want to implement sha1 on one of my hp-boxes. Where can I download this?
3 REPLIES 3
Stefan Farrelly
Honored Contributor

Re: sha1

Heres a library that allows you to use Sha1;

http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/mhash-0.8.18/
Im from Palmerston North, New Zealand, but somehow ended up in London...
Robert-Jan Goossens
Honored Contributor

Re: sha1

Looking for this,

The mhash library includes support for known strong algorithms such as MD5 and SHA1

http://hpux.connect.org.uk/hppd/hpux/Sysadmin/mhash-0.8.18/

Robert-Jan.
Pieter_5
Advisor

Re: sha1

Hi,

I installed the library. If I understand i correctly I can start programming my own c-program which supports sha1. I would like to know if there is an executable or source which has already a ready-to-use solution?