diff options
| author | Eli Collins <elic@assurancetechnologies.com> | 2011-08-19 14:37:15 -0400 |
|---|---|---|
| committer | Eli Collins <elic@assurancetechnologies.com> | 2011-08-19 14:37:15 -0400 |
| commit | 00df5078b8760575321b91fdc878d0c9a04d6c12 (patch) | |
| tree | e51299b7ace1176bc981ea40cffc78d10b119dab /docs/lib | |
| parent | 257bf008f87fffa1aaf9e575a4e7e81ca6751e60 (diff) | |
| download | passlib-00df5078b8760575321b91fdc878d0c9a04d6c12.tar.gz | |
small corrections to documentation
Diffstat (limited to 'docs/lib')
| -rw-r--r-- | docs/lib/passlib.hash.fshp.rst | 2 | ||||
| -rw-r--r-- | docs/lib/passlib.hash.rst | 7 |
2 files changed, 6 insertions, 3 deletions
diff --git a/docs/lib/passlib.hash.fshp.rst b/docs/lib/passlib.hash.fshp.rst index ce596da..407d7ac 100644 --- a/docs/lib/passlib.hash.fshp.rst +++ b/docs/lib/passlib.hash.fshp.rst @@ -11,7 +11,7 @@ is a cross-platform hash based on PBKDF1 [#pbk]_, and uses an LDAP-style hash fo It features a variable length salt, variable rounds, and support for cryptographic hashes from SHA-1 up to SHA-512. -.. note:: +.. warning:: While the SHA-2 variants of PBKDF1 have no critical security vulnerabilities, PBKDF1 itself has been deprecated in favor of it's successor, PBKDF2. diff --git a/docs/lib/passlib.hash.rst b/docs/lib/passlib.hash.rst index f7be75e..7c58cfe 100644 --- a/docs/lib/passlib.hash.rst +++ b/docs/lib/passlib.hash.rst @@ -29,8 +29,11 @@ as in the following example:: .. seealso:: - the :ref:`password-hash-api` details the - interface used by all password hashes in this module. + * :ref:`password-hash-api` -- details the + interface used by all password hashes in this module. + + * :doc:`Quickstart Guide </new_app_quickstart>` -- + for advice on choosing an appropriately secure hash for your new application. .. _mcf-hashes: |
