PHP 8.5.0 Alpha 1 available for testing

Voting

: max(seven, six)?
(Example: nine)

The Note You're Voting On

Anonymous
11 years ago
Sadly this function was added in PHP 5.5 but many webservers just provide PHP 5.3. But there exists a pure PHP implementation (found here: https://defuse.ca/php-pbkdf2.htm).
I took this implementation, put it into a class with comments for PHPDoc and added a switch so that the native PHP function is used if available.

Feel free to use it!
http://pastebin.com/f5PDq735
(Posted on pastebin.com since the text would have been too long)

<< Back to user notes page

To Top