File: passlib.hash.cisco_asa.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 (20 lines) | stat: -rw-r--r-- 681 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.. index:: Cisco; ASA hash

==================================================================
:class:`passlib.hash.cisco_asa` - Cisco ASA MD5 hash
==================================================================

.. include:: ../_fragments/insecure_hash_warning.rst

.. currentmodule:: passlib.hash

.. versionadded:: 1.7

.. include:: ../_fragments/asa_verify_callout.rst

The :class:`!cisco_asa` class provides support for Cisco ASA "encrypted" hash format.
This is a revision of the older :class:`!cisco_pix` hash;
and the usage and format is the same.

**See the** :doc:`cisco_pix <passlib.hash.cisco_pix>` **documentation page**
for combined details of both these classes.