summaryrefslogtreecommitdiff
path: root/docs/lib
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2016-02-10 14:29:18 -0500
committerEli Collins <elic@assurancetechnologies.com>2016-02-10 14:29:18 -0500
commit774037a9e9b2d6fb5c3fd533e25ca1d29585962f (patch)
treeb113777561ea8fc1f7361d7fc0ca213ab94bad1b /docs/lib
parent7b598fe89d604ef91efd4f71253ffb9ab0aae7c5 (diff)
downloadpasslib-774037a9e9b2d6fb5c3fd533e25ca1d29585962f.tar.gz
added reference for cisco_asa algorithm
Diffstat (limited to 'docs/lib')
-rw-r--r--docs/lib/passlib.hash.cisco_pix.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/lib/passlib.hash.cisco_pix.rst b/docs/lib/passlib.hash.cisco_pix.rst
index bb29d68..e62ecb7 100644
--- a/docs/lib/passlib.hash.cisco_pix.rst
+++ b/docs/lib/passlib.hash.cisco_pix.rst
@@ -166,3 +166,6 @@ This implementation differs from the standard in one main way:
.. [#] Message threads hinting at how username is handled -
`<http://www.openwall.com/lists/john-users/2010/02/02/7>`_,
`<www.freerainbowtables.com/phpBB3/viewtopic.php?f=2&t=1441>`_
+
+.. [#] Partial description of ASA algorithm -
+ `<https://github.com/stekershaw/asa-password-encrypt/blob/master/README.md>`_