Ticket #2565: crypt.php.patch
| File crypt.php.patch, 368 bytes (added by sasargen, 8 months ago) |
|---|
-
crypt.php
old new 62 62 */ 63 63 function decrypt($enc, $salt, $iv_len = 16) { 64 64 65 $enc = urldecode(base64_decode($enc));65 $enc = base64_decode(urldecode($enc)); 66 66 $n = strlen($enc); 67 67 $i = $iv_len; 68 68 $str = '';
