PHP 8.4.24 Released!

Voting

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

The Note You're Voting On

Dan
20 years ago
I've noticed websites are now starting to require passwords of a certain length that MUST contain at least 1 non-alphanumeric character. This in itself makes dictionary attacks kind of useless. My web site requires that as well. It uses md5, and appends a site code into the md5 as well. And the include file that contains that site key is outside the public folders. I sure hope I've done enough to keep the bad boys out.

<< Back to user notes page

To Top