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.
|