1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
From: Thomas Strohmeier <tstrohmeier@users.noreply.github.com>
Date: Fri, 23 Feb 2018 03:16:37 +0100
Subject: Update README
Added crypt option 6 - 9
---
README | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/README b/README
index 94a61eb..99073f2 100644
--- a/README
+++ b/README
@@ -130,6 +130,14 @@ crypt (plain)
4 (or "sha1") = Use plain hex SHA1.
5 (or "drupal7") = Use Drupal7 salted passwords
+
+ 6 (or "joomla15")
+
+ 7 (or "ssha")
+
+ 8 (or "sha512")
+
+ 9 (or "sha256")
md5 (false)
|