summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2011-05-04 14:09:37 -0400
committerEli Collins <elic@assurancetechnologies.com>2011-05-04 14:09:37 -0400
commitc91161d2133344e5b6eb27ec5434fe3a5c19fd42 (patch)
treea32d46384af0f21b16bbbc1cffd53de1259a1637 /docs
parentdc971a995b4d57416249fe81bb7c61bd9996a327 (diff)
downloadpasslib-c91161d2133344e5b6eb27ec5434fe3a5c19fd42.tar.gz
added other known MCF identifiers to doc list
Diffstat (limited to 'docs')
-rw-r--r--docs/modular_crypt_format.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/modular_crypt_format.rst b/docs/modular_crypt_format.rst
index ee901d0..9c31c8e 100644
--- a/docs/modular_crypt_format.rst
+++ b/docs/modular_crypt_format.rst
@@ -148,3 +148,17 @@ Scheme Prefix Linux FreeBSD
.. todo::
include Solaris and other Unix flavors in this chart.
+
+The following chart lists other MCF schemes supported by passlib,
+most of which are only used by applications:
+
+=========================================== =================== =======================
+Scheme Prefix Known Uses
+=========================================== =================== =======================
+:class:`~passlib.hash.apr_md5_crypt` ``$apr1$`` Apache htdigest files
+:class:`~passlib.hash.phpass` ``$P$``, ``$H$`` PHPass applications
+:class:`~passlib.hash.pbkdf2_sha1` ``$pbkdf2-sha1$``
+:class:`~passlib.hash.pbkdf2_sha256` ``$pbkdf2-sha256$``
+:class:`~passlib.hash.pbkdf2_sha512` ``$pbkdf2-sha512$``
+:class:`~passlib.hash.dlitz_pbkdf2_sha1` ``$p5k2$``
+=========================================== =================== =======================