PHP 8.5.0 Alpha 1 available for testing

Voting

: two minus two?
(Example: nine)

The Note You're Voting On

arachnid at notdot dot net
21 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