diff options
Diffstat (limited to 'docs/lib')
| -rw-r--r-- | docs/lib/passlib.apps.rst | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/lib/passlib.apps.rst b/docs/lib/passlib.apps.rst index 833ca93..29be43c 100644 --- a/docs/lib/passlib.apps.rst +++ b/docs/lib/passlib.apps.rst @@ -110,7 +110,13 @@ It is found in a wide range of PHP applications, including Drupal and Wordpress. and implements an custom scheme called the "phpass portable hash" :class:`~passlib.hash.phpass` as a fallback. BCrypt is used as the default if support is available, - otherwise BSDI-Crypt will be used as the default. + otherwise the Portable Hash will be used as the default. + + .. versionchanged:: 1.5 + Now uses Portable Hash as fallback if BCrypt isn't available. + Previously used BSDI-Crypt as fallback + (per original PHPass implementation), + but it was decided PHPass is in fact more secure. .. data:: phpbb3_context |
