diff options
| author | Eli Collins <elic@assurancetechnologies.com> | 2011-02-02 03:31:42 +0000 |
|---|---|---|
| committer | Eli Collins <elic@assurancetechnologies.com> | 2011-02-02 03:31:42 +0000 |
| commit | f195f54550ca8c0ec3fe0dd74d60be15ed5e05de (patch) | |
| tree | cb7037be214fe7bfe7c20fadc992351feee2597f /docs/lib/passlib.hash.phpass.rst | |
| parent | 6caf4d7cdedccb042d66671de7b56d05718ed322 (diff) | |
| download | passlib-f195f54550ca8c0ec3fe0dd74d60be15ed5e05de.tar.gz | |
CryptContext work
=================
* fills in per-handler defaults from configuration
* added genconfig() and genhash() passthrough methods
Diffstat (limited to 'docs/lib/passlib.hash.phpass.rst')
| -rw-r--r-- | docs/lib/passlib.hash.phpass.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/lib/passlib.hash.phpass.rst b/docs/lib/passlib.hash.phpass.rst index 8004f39..0bdc24a 100644 --- a/docs/lib/passlib.hash.phpass.rst +++ b/docs/lib/passlib.hash.phpass.rst @@ -10,7 +10,7 @@ which uses the `PHPass <http://www.openwall.com/phpass/>`_ library, a PHP library similar to PassLib. The PHPass Portable Hash is a custom password hash used by PHPass as a fallback when none of it's other hashes are available. It's hashes -can be identified by the :ref:`modular-crypt-format` prefixe +can be identified by the :ref:`modular-crypt-format` prefix ``$P$`` (or ``$H$`` in phpBB3 databases). Due to it's reliance on MD5, and the simplistic implementation, other hash algorithms should be used if possible. |
