PHP 8.4.24 Released!

Voting

: max(zero, eight)?
(Example: nine)

The Note You're Voting On

arachnid at notdot dot net
22 years ago
Note that the CRC32 algorithm should NOT be used for cryptographic purposes, or in situations where a hostile/untrusted user is involved, as it is far too easy to generate a hash collision for CRC32 (two different binary strings that have the same CRC32 hash). Instead consider SHA-1 or MD5.

<< Back to user notes page

To Top