reference/password/book.xml
a0ae28d3bc85f927c22649ebd9a590b921534b7d
...
...
@@ -9,15 +9,10 @@
9
9
&reftitle.intro;
10
10
<para>
11
11
The password hashing API provides an easy to use wrapper around
12
-
<function>crypt</function> to make it easy to create and manage passwords
12
+
<function>crypt</function> and some other password hashing algorithms,
13
+
to make it easy to create and manage passwords
13
14
in a secure manner.
14
15
</para>
15
-
<para>
16
-
This extension is available since PHP 5.5.0 but there is also an <link
17
-
xmlns:xlink="http://www.w3.org/1999/xlink"
18
-
xlink:href="&url.password.compat;">userland implementation</link> for
19
-
PHP >= 5.3.7.
20
-
</para>
21
16
</preface>
22
17

23
18
&reference.password.setup;
24
19