mirror of
https://github.com/hashcat/hashcat.git
synced 2025-07-23 15:08:37 +00:00
Rename -m 20713 to -m 20730
This commit is contained in:
parent
1b279abf36
commit
c9a4609c1f
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* Author......: Andreas Vikerup @ Shelltrail
|
||||
* Author......: Andreas Vikerup @ Shelltrail
|
||||
* License.....: MIT
|
||||
*/
|
||||
|
||||
@ -28,7 +28,7 @@
|
||||
#define uint_to_hex_lower8_le(i) make_u32x (l_bin2asc[(i).s0], l_bin2asc[(i).s1], l_bin2asc[(i).s2], l_bin2asc[(i).s3], l_bin2asc[(i).s4], l_bin2asc[(i).s5], l_bin2asc[(i).s6], l_bin2asc[(i).s7], l_bin2asc[(i).s8], l_bin2asc[(i).s9], l_bin2asc[(i).sa], l_bin2asc[(i).sb], l_bin2asc[(i).sc], l_bin2asc[(i).sd], l_bin2asc[(i).se], l_bin2asc[(i).sf])
|
||||
#endif
|
||||
|
||||
KERNEL_FQ void m20713_mxx (KERN_ATTR_RULES ())
|
||||
KERNEL_FQ void m20730_mxx (KERN_ATTR_RULES ())
|
||||
{
|
||||
/**
|
||||
* modifier
|
||||
@ -134,7 +134,7 @@ KERNEL_FQ void m20713_mxx (KERN_ATTR_RULES ())
|
||||
}
|
||||
}
|
||||
|
||||
KERNEL_FQ void m20713_sxx (KERN_ATTR_RULES ())
|
||||
KERNEL_FQ void m20730_sxx (KERN_ATTR_RULES ())
|
||||
{
|
||||
/**
|
||||
* modifier
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* Author......: Andreas Vikerup @ Shelltrail
|
||||
* Author......: Andreas Vikerup @ Shelltrail
|
||||
* License.....: MIT
|
||||
*/
|
||||
|
||||
@ -26,7 +26,7 @@
|
||||
#define uint_to_hex_lower8_le(i) make_u32x (l_bin2asc[(i).s0], l_bin2asc[(i).s1], l_bin2asc[(i).s2], l_bin2asc[(i).s3], l_bin2asc[(i).s4], l_bin2asc[(i).s5], l_bin2asc[(i).s6], l_bin2asc[(i).s7], l_bin2asc[(i).s8], l_bin2asc[(i).s9], l_bin2asc[(i).sa], l_bin2asc[(i).sb], l_bin2asc[(i).sc], l_bin2asc[(i).sd], l_bin2asc[(i).se], l_bin2asc[(i).sf])
|
||||
#endif
|
||||
|
||||
KERNEL_FQ void m20713_mxx (KERN_ATTR_BASIC ())
|
||||
KERNEL_FQ void m20730_mxx (KERN_ATTR_BASIC ())
|
||||
{
|
||||
/**
|
||||
* modifier
|
||||
@ -135,7 +135,7 @@ KERNEL_FQ void m20713_mxx (KERN_ATTR_BASIC ())
|
||||
}
|
||||
}
|
||||
|
||||
KERNEL_FQ void m20713_sxx (KERN_ATTR_BASIC ())
|
||||
KERNEL_FQ void m20730_sxx (KERN_ATTR_BASIC ())
|
||||
{
|
||||
/**
|
||||
* modifier
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* Author......: Andreas Vikerup @ Shelltrail
|
||||
* Author......: Andreas Vikerup @ Shelltrail
|
||||
* License.....: MIT
|
||||
*/
|
||||
|
||||
@ -26,7 +26,7 @@
|
||||
#define uint_to_hex_lower8_le(i) make_u32x (l_bin2asc[(i).s0], l_bin2asc[(i).s1], l_bin2asc[(i).s2], l_bin2asc[(i).s3], l_bin2asc[(i).s4], l_bin2asc[(i).s5], l_bin2asc[(i).s6], l_bin2asc[(i).s7], l_bin2asc[(i).s8], l_bin2asc[(i).s9], l_bin2asc[(i).sa], l_bin2asc[(i).sb], l_bin2asc[(i).sc], l_bin2asc[(i).sd], l_bin2asc[(i).se], l_bin2asc[(i).sf])
|
||||
#endif
|
||||
|
||||
KERNEL_FQ void m20713_mxx (KERN_ATTR_VECTOR ())
|
||||
KERNEL_FQ void m20730_mxx (KERN_ATTR_VECTOR ())
|
||||
{
|
||||
/**
|
||||
* modifier
|
||||
@ -148,7 +148,7 @@ KERNEL_FQ void m20713_mxx (KERN_ATTR_VECTOR ())
|
||||
}
|
||||
}
|
||||
|
||||
KERNEL_FQ void m20713_sxx (KERN_ATTR_VECTOR ())
|
||||
KERNEL_FQ void m20730_sxx (KERN_ATTR_VECTOR ())
|
||||
{
|
||||
/**
|
||||
* modifier
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* Author......: Andreas Vikerup @ Shelltrail
|
||||
* Author......: Andreas Vikerup @ Shelltrail
|
||||
* License.....: MIT
|
||||
*/
|
||||
|
||||
@ -19,7 +19,7 @@ static const u32 DGST_POS3 = 6;
|
||||
static const u32 DGST_SIZE = DGST_SIZE_4_8;
|
||||
static const u32 HASH_CATEGORY = HASH_CATEGORY_RAW_HASH_SALTED;
|
||||
static const char *HASH_NAME = "sha256(sha256($pass.$salt))";
|
||||
static const u64 KERN_TYPE = 20713;
|
||||
static const u64 KERN_TYPE = 20730;
|
||||
static const u32 OPTI_TYPE = OPTI_TYPE_ZERO_BYTE
|
||||
| OPTI_TYPE_PRECOMPUTE_INIT
|
||||
| OPTI_TYPE_EARLY_SKIP
|
Loading…
Reference in New Issue
Block a user