File: insecure_hash_warning.rst

package info (click to toggle)
python-passlib 1.7.4-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,920 kB
  • sloc: python: 23,094; makefile: 3
file content (9 lines) | stat: -rw-r--r-- 320 bytes parent folder | download | duplicates (5)
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>`.