summaryrefslogtreecommitdiff
path: root/passlib/handlers/cisco.py
diff options
context:
space:
mode:
Diffstat (limited to 'passlib/handlers/cisco.py')
-rw-r--r--passlib/handlers/cisco.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/passlib/handlers/cisco.py b/passlib/handlers/cisco.py
index 956a060..3bc90a7 100644
--- a/passlib/handlers/cisco.py
+++ b/passlib/handlers/cisco.py
@@ -26,7 +26,7 @@ __all__ = [
class cisco_pix(uh.HasUserContext, uh.StaticHandler):
"""This class implements the password hash used by Cisco PIX firewalls,
and follows the :ref:`password-hash-api`.
- It has a single round, and relies on the username
+ It does a single round of hashing, and relies on the username
as the salt.
The :meth:`~passlib.ifc.PasswordHash.encrypt`, :meth:`~passlib.ifc.PasswordHash.genhash`, and :meth:`~passlib.ifc.PasswordHash.verify` methods