mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Made MD5 and SHA1 notes on password hashing more prominent
-- Provided by anonymous 59531 () git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342043 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f42f55617a
commit
68cbcb4776
2 changed files with 17 additions and 10 deletions
|
@ -19,6 +19,15 @@
|
|||
MD5 Message-Digest Algorithm</link>, and returns that hash.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="notes">
|
||||
&reftitle.notes;
|
||||
¬e.passwordhashing;
|
||||
<simplelist role="alternatives">
|
||||
<member><function>password_hash</function></member>
|
||||
</simplelist>
|
||||
</refsect1>
|
||||
|
||||
|
||||
<refsect1 role="parameters">
|
||||
&reftitle.parameters;
|
||||
|
@ -72,11 +81,6 @@ if (md5($str) === '1f3870be274f6c49b3e31a0c6728957f') {
|
|||
</example>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="notes">
|
||||
&reftitle.notes;
|
||||
¬e.passwordhashing;
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
|
|
|
@ -18,6 +18,14 @@
|
|||
<link xlink:href="&url.rfc;3174">US Secure Hash Algorithm 1</link>.
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="notes">
|
||||
&reftitle.notes;
|
||||
¬e.passwordhashing;
|
||||
<simplelist role="alternatives">
|
||||
<member><function>password_hash</function></member>
|
||||
</simplelist>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
&reftitle.parameters;
|
||||
|
@ -72,11 +80,6 @@ if (sha1($str) === 'd0be2dc421be4fcd0172e5afceea3970e2f3d940') {
|
|||
</example>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="notes">
|
||||
&reftitle.notes;
|
||||
¬e.passwordhashing;
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
|
|
Loading…
Reference in a new issue