Edit report at https://bugs.php.net/bug.php?id=55717&edit=1
ID: 55717 Updated by: paj...@php.net Reported by: gelliott000 at yahoo dot ca Summary: Crypt returns "*0" instead of hashed string. -Status: Open +Status: Feedback Type: Bug Package: *Encryption and hash functions Operating System: FreeBSD 7.2 PHP Version: 5.3.8 Block user comment: N Private report: N New Comment: Please try using a plain PHP fetched either from our svn or from a release download. Previous Comments: ------------------------------------------------------------------------ [2011-09-17 18:15:37] gelliott000 at yahoo dot ca Description: ------------ PHP 5.3.8 with Suhosin-Patch (cli) (built: Sep 12 2011 10:57:59) Using the crypt() function with string "veronica" and salt "_Q" returns an unexpected string: "*0". Was expecting a proper hashed string beginning with the salt string to be returned. Test script: --------------- <?php echo crypt("veronica","_Q"); ?> Expected result: ---------------- A hashed string beginning with the salt string to be returned. Actual result: -------------- The string "*0" is returned. ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=55717&edit=1