Add missing docs/ entry for -m 20600

pull/2077/head
Jens Steube 5 years ago
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…
Cancel
Save