blob: eb0b6439ed64a03f81fed8d867426f6bbf0ffb7f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
.. index:: Cisco; ASA hash
==================================================================
:class:`passlib.hash.cisco_asa` - Cisco ASA hash
==================================================================
.. currentmodule:: passlib.hash
.. versionadded:: 1.7
.. seealso::
The :class:`!cisco_asa` handler provides support for the 2005 revision of the older :class:`!cisco_pix` hash.
The usage, functionality, and format is the same. It's documented on the :doc:`cisco_pix page <passlib.hash.cisco_pix>`.
|