Can I rely on tiger160,3 availability?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
kaisellgren
DevNet Resident
Posts: 1675
Joined: Sat Jan 07, 2006 5:52 am
Location: Lahti, Finland.

Can I rely on tiger160,3 availability?

Post by kaisellgren »

Hello,

I would like to do hash('tiger160,3',$data); but I'm not sure if that tiger is always available. Is it always builtin and if it is since when (what version)?
User avatar
kaisellgren
DevNet Resident
Posts: 1675
Joined: Sat Jan 07, 2006 5:52 am
Location: Lahti, Finland.

Re: Can I rely on tiger160,3 availability?

Post by kaisellgren »

and :lol:

It only says the function is as of 5.1.2 not a specific hashing algorithm...

I tried that function it gave me a lot different list than the one on the php.net.
Post Reply