[PHP] sha1 hash in old php?

2003-03-22 Thread Bill Kearney
Anyone got a php script for generating sha1sum hashes from a short bit of text?

The target platform does not have any of the libraries, let alone the latest
php, installed.

So before I rewrite it in PHP I figured I'd ask

-Bill Kearney


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] sha1 hash in old php?

2003-03-22 Thread Jason Sheets
Chris Monson has written a pure PHP implemntation of SHA.  It is 
available on PHP Classes at 
http://phpclasses.promoxy.com/browse.html/package/65.html.

Jason

Bill Kearney wrote:

Anyone got a php script for generating sha1sum hashes from a short bit of text?
Hi Bill,
 

The target platform does not have any of the libraries, let alone the latest
php, installed.
So before I rewrite it in PHP I figured I'd ask

-Bill Kearney

 



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php