Posted by petersprc on 10/07/06 21:57
PHP has a number of hash functions built-in. For example:
md5, md5_file, sha1, sha1_file, crc32
PECL has additional algorithms listed here:
http://us3.php.net/manual/en/function.hash-algos.php
Was there a specific algorithm you needed?
voipfc@googlemail.com wrote:
> I have a problem compiling the hash function from PECL into my PHP.
>
> I get the error configure: error: C preprocessor "/lib/cpp" fails
> sanity check
>
> I would like to use a plain PHP implementation of these functions.
>
> Is there a library of them around?
[Back to original message]
|