From 0b9e148d3605fca14138813f5f679e2c387d8966 Mon Sep 17 00:00:00 2001 From: Eli Collins Date: Thu, 2 Jun 2011 17:35:19 -0400 Subject: added support for Cryptacular's PBKDF2 format --- docs/modular_crypt_format.rst | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs/modular_crypt_format.rst') diff --git a/docs/modular_crypt_format.rst b/docs/modular_crypt_format.rst index f22a8d9..3db7c6a 100644 --- a/docs/modular_crypt_format.rst +++ b/docs/modular_crypt_format.rst @@ -150,5 +150,13 @@ Scheme Prefix Known Uses :class:`~passlib.hash.pbkdf2_sha1` ``$pbkdf2$`` :class:`~passlib.hash.pbkdf2_sha256` ``$pbkdf2-sha256$`` :class:`~passlib.hash.pbkdf2_sha512` ``$pbkdf2-sha512$`` +:class:`~passlib.hash.cta_pbkdf2_sha1` ``$p5k2$`` :class:`~passlib.hash.dlitz_pbkdf2_sha1` ``$p5k2$`` =========================================== =================== =========================== + +.. note:: + :class:`!cta_pbkdf2_sha1` and :class:`!dlitz_pbkdf2_sha1` both use + the same identifier. They can be distinguished + by the fact that cta hashes will always end in ``=``, while dlitz + hashes contain no ``=`` at all. + \ No newline at end of file -- cgit v1.2.1