php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #74202 However, crypt() creates a weak password without the salt.
Submitted: 2017-03-03 19:37 UTC Modified: 2017-03-10 18:41 UTC
From: pl1 at liscovius dot de Assigned: cmb (profile)
Status: Closed Package: Strings related
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: pl1 at liscovius dot de
New email:
PHP Version: OS:

 

 [2017-03-03 19:37 UTC] pl1 at liscovius dot de
Description:
------------
http://php.net/manual/en/function.crypt.php

"However, crypt() creates a weak **password** without the salt."

I think is should be **hash**, not **password**.

Expected result:
----------------
"However, crypt() creates a weak hash without the salt."


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2017-03-03 19:42 UTC] pl1 at liscovius dot de
-Type: Bug +Type: Documentation Problem
 [2017-03-03 19:42 UTC] pl1 at liscovius dot de
change Bug Type
 [2017-03-10 18:31 UTC] cmb@php.net
-Status: Open +Status: Verified -Package: Documentation problem +Package: Strings related -Assigned To: +Assigned To: cmb
 [2017-03-10 18:40 UTC] cmb@php.net
Automatic comment from SVN on behalf of cmb
Revision: http://svn.php.net/viewvc/?view=revision&revision=342072
Log: Fix #74202: However, crypt() creates a weak password without the salt.
 [2017-03-10 18:41 UTC] cmb@php.net
-Status: Verified +Status: Closed
 [2017-03-10 18:41 UTC] cmb@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.
 [2020-02-07 06:06 UTC] phpdocbot@php.net
Automatic comment on behalf of cmb
Revision: http://git.php.net/?p=doc/en.git;a=commit;h=88560fa0367d8cda90ca32d109a42b2d2891c5e5
Log: Fix #74202: However, crypt() creates a weak password without the salt.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 09:01:26 2024 UTC