summaryrefslogtreecommitdiff
path: root/passlib/apache.py
diff options
context:
space:
mode:
Diffstat (limited to 'passlib/apache.py')
-rw-r--r--passlib/apache.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/passlib/apache.py b/passlib/apache.py
new file mode 100644
index 0000000..b12d9d1
--- /dev/null
+++ b/passlib/apache.py
@@ -0,0 +1,8 @@
+"""
+apache support
+
+http://httpd.apache.org/docs/2.2/misc/password_encryptions.html
+
+NOTE: digest format is md5(user ":" realm ":" passwd).hexdigest()
+ file is "user:realm:hash"
+"""