1
mirror of https://github.com/hashcat/hashcat synced 2024-09-24 01:00:28 +02:00

Fix hash-name length in -m 27200

This commit is contained in:
Jens Steube 2021-08-23 19:58:43 +02:00
parent 2d539b7e63
commit d845154507

View File

@ -17,7 +17,7 @@ static const u32 DGST_POS2 = 2;
static const u32 DGST_POS3 = 1; static const u32 DGST_POS3 = 1;
static const u32 DGST_SIZE = DGST_SIZE_4_5; static const u32 DGST_SIZE = DGST_SIZE_4_5;
static const u32 HASH_CATEGORY = HASH_CATEGORY_RAW_HASH_SALTED; static const u32 HASH_CATEGORY = HASH_CATEGORY_RAW_HASH_SALTED;
static const char *HASH_NAME = "Ruby on Rails Restful Auth (single round, no sitekey)"; static const char *HASH_NAME = "Ruby on Rails Restful Auth (one round, no sitekey)";
static const u64 KERN_TYPE = 27200; static const u64 KERN_TYPE = 27200;
static const u32 OPTI_TYPE = OPTI_TYPE_ZERO_BYTE static const u32 OPTI_TYPE = OPTI_TYPE_ZERO_BYTE
| OPTI_TYPE_PRECOMPUTE_INIT | OPTI_TYPE_PRECOMPUTE_INIT