diff options
| author | Eli Collins <elic@assurancetechnologies.com> | 2011-06-22 17:36:15 -0400 |
|---|---|---|
| committer | Eli Collins <elic@assurancetechnologies.com> | 2011-06-22 17:36:15 -0400 |
| commit | b1a5216d2e9cbf46f5f4500c0a8f9489f3b6d24e (patch) | |
| tree | 26a9a26643791fa64f17f46c35c9776ec4e9c7ba /docs/lib | |
| parent | 649d32296e9ccdcae66d4c7e52dbe6eb3256f8b1 (diff) | |
| download | passlib-b1a5216d2e9cbf46f5f4500c0a8f9489f3b6d24e.tar.gz | |
PHPass now prefers portable hash over bsdi-crypt
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 |
