resolves #1018: added -m 3910 = md5(md5($pass).md5($salt))

This commit is contained in:
philsmd
2017-02-12 18:12:17 +01:00
parent 8743d7585f
commit 227c0be95e
11 changed files with 2901 additions and 33 deletions
+1
View File
@@ -1349,6 +1349,7 @@ typedef enum kern_type
KERN_TYPE_BCRYPT = 3200,
KERN_TYPE_MD5_SLT_MD5_PW = 3710,
KERN_TYPE_MD5_SLT_PW_SLT = 3800,
KERN_TYPE_MD55_PWSLT = 3910,
KERN_TYPE_MD5_SLT_MD5_SLT_PW = 4010,
KERN_TYPE_MD5_SLT_MD5_PW_SLT = 4110,
KERN_TYPE_MD5U5 = 4300,