mirror of
https://github.com/hashcat/hashcat.git
synced 2025-02-16 17:42:04 +00:00
Add missing docs/ entry for -m 20600
This commit is contained in:
parent
2cda236a18
commit
c34fcabb4b
@ -34,6 +34,7 @@
|
||||
- Added hash-mode: Python passlib pbkdf2-sha1
|
||||
- Added hash-mode: Python passlib pbkdf2-sha256
|
||||
- Added hash-mode: Python passlib pbkdf2-sha512
|
||||
- Added hash-mode: Oracle Transportation Management (SHA256)
|
||||
|
||||
##
|
||||
## Bugs
|
||||
|
@ -227,6 +227,7 @@ NVIDIA GPUs require "NVIDIA Driver" (418.56 or later) and "CUDA Toolkit" (10.1 o
|
||||
- Lotus Notes/Domino 8
|
||||
- PeopleSoft
|
||||
- PeopleSoft PS_TOKEN
|
||||
- Oracle Transportation Management (SHA256)
|
||||
- 7-Zip
|
||||
- RAR3-hp
|
||||
- RAR5
|
||||
|
@ -17,7 +17,7 @@ static const u32 DGST_POS2 = 2;
|
||||
static const u32 DGST_POS3 = 3;
|
||||
static const u32 DGST_SIZE = DGST_SIZE_4_8;
|
||||
static const u32 HASH_CATEGORY = HASH_CATEGORY_EAS;
|
||||
static const char *HASH_NAME = "Oracle Transportation Management SHA256";
|
||||
static const char *HASH_NAME = "Oracle Transportation Management (SHA256)";
|
||||
static const u64 KERN_TYPE = 20600;
|
||||
static const u32 OPTI_TYPE = OPTI_TYPE_ZERO_BYTE
|
||||
| OPTI_TYPE_SLOW_HASH_SIMD_LOOP;
|
||||
|
Loading…
Reference in New Issue
Block a user