ID: 45655 User updated by: iver at jackewitz dot de Reported By: iver at jackewitz dot de -Status: Feedback +Status: Closed Bug Type: *Encryption and hash functions Operating System: ubuntu 8.04 PHP Version: 5.2.6 Assigned To: pajoye New Comment:
Well, it's not a PHP-Bug, but a php5-suhosin bug in the version 0.9.22. This bug is fixed in 0.9.23. see: http://www.hardened-php.net/suhosin/changelog.html Previous Comments: ------------------------------------------------------------------------ [2008-07-29 13:43:59] [EMAIL PROTECTED] It really depends of which libc you use, and if you have the right algorithm present. If MD5 and DES are not present, them it is expected. Please try using PHP 5.3 snapshot, all algorithms are now available, no matter which libc you use (or not). ------------------------------------------------------------------------ [2008-07-29 13:09:18] iver at jackewitz dot de Description: ------------ Desc: result of crypt() without salt is always empty PHP-Version: - 5.2.4 - 5.2.6 5.2.3 it's okay Reproduce code: --------------- echo(crypt('Hallo')); Expected result: ---------------- 1rwefw34rf2345wer # something like that ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=45655&edit=1
