PHP 8.4.24 Released!

Voting

: min(nine, two)?
(Example: nine)

The Note You're Voting On

hkmaly
8 years ago
Note: Before you get some idea like using sha1 with password as way to prevent others tampering with message, read pages "Length extension attack" and "Hash-based message authentication code" on wikipedia. In short, naive constructions can be dangerously insecure. Use hash_hmac if available or reimplement HMAC properly without shortcuts, like already shown in comment from  mark at dot BANSPAM dot pronexus dot nl.

<< Back to user notes page

To Top