From:             patrickdk at patrickdk dot com
Operating system: linux 2.6.x
PHP version:      5.2.10
PHP Bug Type:     Strings related
Bug description:  crypt truncating salt values

Description:
------------
Salts passed to the crypt function are truncated to 12 char lengths.


Reproduce code:
---------------
echo
crypt('test','$6$abcdefghijklmno$tQbBMthtllLykS8KyZiaZfkQjbTMyodcVype.b5CBDLWR5KYALlguf6YFXnE1H2I/LHQUA/3d4pc2XTCyaTPT/');

Expected result:
----------------
$6$abcdefghijklmno$tQbBMthtllLykS8KyZiaZfkQjbTMyodcVype.b5CBDLWR5KYALlguf6YFXnE1H2I/LHQUA/3d4pc2XTCyaTPT/

Actual result:
--------------
$6$abcdefghi$mZusigXFSGzFIySkaCAxY4PJrrBypV.jI7bF1LK0V.vNF2COAEzCQtWCI2noXXHUs6nUYgNURmoDVCLo6Eol//

-- 
Edit bug report at http://bugs.php.net/?id=48664&edit=1
-- 
Try a CVS snapshot (PHP 5.2):        
http://bugs.php.net/fix.php?id=48664&r=trysnapshot52
Try a CVS snapshot (PHP 5.3):        
http://bugs.php.net/fix.php?id=48664&r=trysnapshot53
Try a CVS snapshot (PHP 6.0):        
http://bugs.php.net/fix.php?id=48664&r=trysnapshot60
Fixed in CVS:                        
http://bugs.php.net/fix.php?id=48664&r=fixedcvs
Fixed in CVS and need be documented: 
http://bugs.php.net/fix.php?id=48664&r=needdocs
Fixed in release:                    
http://bugs.php.net/fix.php?id=48664&r=alreadyfixed
Need backtrace:                      
http://bugs.php.net/fix.php?id=48664&r=needtrace
Need Reproduce Script:               
http://bugs.php.net/fix.php?id=48664&r=needscript
Try newer version:                   
http://bugs.php.net/fix.php?id=48664&r=oldversion
Not developer issue:                 
http://bugs.php.net/fix.php?id=48664&r=support
Expected behavior:                   
http://bugs.php.net/fix.php?id=48664&r=notwrong
Not enough info:                     
http://bugs.php.net/fix.php?id=48664&r=notenoughinfo
Submitted twice:                     
http://bugs.php.net/fix.php?id=48664&r=submittedtwice
register_globals:                    
http://bugs.php.net/fix.php?id=48664&r=globals
PHP 4 support discontinued:          http://bugs.php.net/fix.php?id=48664&r=php4
Daylight Savings:                    http://bugs.php.net/fix.php?id=48664&r=dst
IIS Stability:                       
http://bugs.php.net/fix.php?id=48664&r=isapi
Install GNU Sed:                     
http://bugs.php.net/fix.php?id=48664&r=gnused
Floating point limitations:          
http://bugs.php.net/fix.php?id=48664&r=float
No Zend Extensions:                  
http://bugs.php.net/fix.php?id=48664&r=nozend
MySQL Configuration Error:           
http://bugs.php.net/fix.php?id=48664&r=mysqlcfg

Reply via email to