mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-26 09:58:16 +00:00
clarify xxHash change; add 'APFS' to Apple File System refs
This commit is contained in:
parent
55f319b572
commit
3bf663bee1
@ -22,13 +22,13 @@
|
|||||||
- Added hash-mode 13772 (VeraCrypt PBKDF2-HMAC-Streebog-512 + XTS 1024 bit)
|
- Added hash-mode 13772 (VeraCrypt PBKDF2-HMAC-Streebog-512 + XTS 1024 bit)
|
||||||
- Added hash-mode 13773 (VeraCrypt PBKDF2-HMAC-Streebog-512 + XTS 1536 bit)
|
- Added hash-mode 13773 (VeraCrypt PBKDF2-HMAC-Streebog-512 + XTS 1536 bit)
|
||||||
- Added hash-mode 18200 (Kerberos 5 AS-REP etype 23)
|
- Added hash-mode 18200 (Kerberos 5 AS-REP etype 23)
|
||||||
- Added hash-mode 18300 (Apple File System)
|
- Added hash-mode 18300 (Apple File System (APFS))
|
||||||
|
|
||||||
##
|
##
|
||||||
## Improvements
|
## Improvements
|
||||||
##
|
##
|
||||||
|
|
||||||
- xxHash: Added support for using the version provided by the OS/distribution (instead of the submodule version)
|
- xxHash: Added support for using the version provided by the OS/distribution
|
||||||
|
|
||||||
##
|
##
|
||||||
## Bugs
|
## Bugs
|
||||||
|
@ -234,7 +234,7 @@ NVIDIA GPUs require "NVIDIA Driver" (367.x or later)
|
|||||||
- VeraCrypt
|
- VeraCrypt
|
||||||
- LUKS
|
- LUKS
|
||||||
- FileVault 2
|
- FileVault 2
|
||||||
- Apple File System
|
- Apple File System (APFS)
|
||||||
- MS Office <= 2003
|
- MS Office <= 2003
|
||||||
- MS Office 2007
|
- MS Office 2007
|
||||||
- MS Office 2010
|
- MS Office 2010
|
||||||
|
@ -559,7 +559,7 @@ static const char *HT_17900 = "Keccak-384";
|
|||||||
static const char *HT_18000 = "Keccak-512";
|
static const char *HT_18000 = "Keccak-512";
|
||||||
static const char *HT_18100 = "TOTP (HMAC-SHA1)";
|
static const char *HT_18100 = "TOTP (HMAC-SHA1)";
|
||||||
static const char *HT_18200 = "Kerberos 5 AS-REP etype 23";
|
static const char *HT_18200 = "Kerberos 5 AS-REP etype 23";
|
||||||
static const char *HT_18300 = "Apple File System";
|
static const char *HT_18300 = "Apple File System (APFS)";
|
||||||
static const char *HT_99999 = "Plaintext";
|
static const char *HT_99999 = "Plaintext";
|
||||||
|
|
||||||
static const char *HT_00011 = "Joomla < 2.5.18";
|
static const char *HT_00011 = "Joomla < 2.5.18";
|
||||||
|
@ -367,7 +367,7 @@ static const char *const USAGE_BIG[] =
|
|||||||
" Y | 3 = XTS 1536 bit all | Full-Disk Encryption (FDE)",
|
" Y | 3 = XTS 1536 bit all | Full-Disk Encryption (FDE)",
|
||||||
" 14600 | LUKS | Full-Disk Encryption (FDE)",
|
" 14600 | LUKS | Full-Disk Encryption (FDE)",
|
||||||
" 16700 | FileVault 2 | Full-Disk Encryption (FDE)",
|
" 16700 | FileVault 2 | Full-Disk Encryption (FDE)",
|
||||||
" 18300 | Apple File System | Full-Disk Encryption (FDE)",
|
" 18300 | Apple File System (APFS) | Full-Disk Encryption (FDE)",
|
||||||
" 9700 | MS Office <= 2003 $0/$1, MD5 + RC4 | Documents",
|
" 9700 | MS Office <= 2003 $0/$1, MD5 + RC4 | Documents",
|
||||||
" 9710 | MS Office <= 2003 $0/$1, MD5 + RC4, collider #1 | Documents",
|
" 9710 | MS Office <= 2003 $0/$1, MD5 + RC4, collider #1 | Documents",
|
||||||
" 9720 | MS Office <= 2003 $0/$1, MD5 + RC4, collider #2 | Documents",
|
" 9720 | MS Office <= 2003 $0/$1, MD5 + RC4, collider #2 | Documents",
|
||||||
|
Loading…
Reference in New Issue
Block a user