Changeset 6726 for trunk/wp-includes/compat.php
- Timestamp:
- 02/05/2008 06:47:27 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/compat.php
r6672 r6726 70 70 else if (strlen($key) < 64) 71 71 $key = str_pad($key, 64, chr(0)); 72 72 73 73 $ipad = (substr($key, 0, 64) ^ str_repeat(chr(0x36), 64)); 74 74 $opad = (substr($key, 0, 64) ^ str_repeat(chr(0x5C), 64));
Note: See TracChangeset
for help on using the changeset viewer.