File: insecure_hash_warning.rst

package info (click to toggle)
python-passlib 1.9.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,184 kB
  • sloc: python: 26,132; makefile: 7
file content (9 lines) | stat: -rw-r--r-- 320 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
.. rst-class:: block-title

.. danger::

    **This algorithm is not considered secure by modern standards.**
    It should only be used when verifying existing hashes,
    or when interacting with applications that require this format.
    For new code, see the list of :ref:`recommended hashes <recommended-hashes>`.