summaryrefslogtreecommitdiff
path: root/passlib/utils
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2011-02-13 23:00:07 -0500
committerEli Collins <elic@assurancetechnologies.com>2011-02-13 23:00:07 -0500
commit12ffc697197077ab6acff5d527a65bd65190ee34 (patch)
tree3c4144e4ef3f43a1097e1f9c45d7d674c273d455 /passlib/utils
parenta55970743c36df63e7ea247503f3aeac715956b0 (diff)
downloadpasslib-12ffc697197077ab6acff5d527a65bd65190ee34.tar.gz
added some internal notes about linux/bsd des-crypt border cases
Diffstat (limited to 'passlib/utils')
-rw-r--r--passlib/utils/des.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/passlib/utils/des.py b/passlib/utils/des.py
index 2617305..4335ed8 100644
--- a/passlib/utils/des.py
+++ b/passlib/utils/des.py
@@ -31,6 +31,10 @@ The copyright & license for that source is as follows::
simple password protection.
@version $Id: UnixCrypt2.txt,v 1.1.1.1 2005/09/13 22:20:13 christos Exp $
@author Greg Wilkins (gregw)
+
+netbsd des-crypt implementation,
+which has some nice notes on how this all works -
+ http://fxr.googlebit.com/source/lib/libcrypt/crypt.c?v=NETBSD-CURRENT
"""
#TODO: could use an accelerated C version of this module to speed up lmhash, des-crypt, and ext-des-crypt