summaryrefslogtreecommitdiff
path: root/docs/modular_crypt_format.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/modular_crypt_format.rst')
-rw-r--r--docs/modular_crypt_format.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/modular_crypt_format.rst b/docs/modular_crypt_format.rst
index 22a285a..bab73d1 100644
--- a/docs/modular_crypt_format.rst
+++ b/docs/modular_crypt_format.rst
@@ -135,8 +135,8 @@ Scheme Prefix Linux FreeBSD
:class:`~passlib.hash.bcrypt` ``$2$``, ``$2a$``,
``$2x$``, ``$2y$`` y y y y
:class:`~passlib.hash.bsd_nthash` ``$3$`` y
-:class:`~passlib.hash.sha256_crypt` ``$5$`` y y
-:class:`~passlib.hash.sha512_crypt` ``$6$`` y y
+:class:`~passlib.hash.sha256_crypt` ``$5$`` y 8.3+ y
+:class:`~passlib.hash.sha512_crypt` ``$6$`` y 8.3+ y
:class:`~passlib.hash.sha1_crypt` ``$sha1$`` y
==================================== ==================== =========== =========== =========== =========== ======= =======