Example hash 14000 not returning correct password
#1
Hi
When I run the example hash from the examples page for hash 14000 the expected password is 'hashcat1' however I'm getting different and incorrect results depending on which piece of hardware I am running it on. Any ideas why?


When I run:

hashcat64.exe -m 14000 a28bc61d44bb815c:1172075784504605 -a 3 ?l?l?l?l?l?l?l1 --potfile-disable -D2

The output password is

a28bc61d44bb815c:1172075784504605:haribat1


When I run:

hashcat64.exe -m 14000 a28bc61d44bb815c:1172075784504605 -a 3 ?l?l?l?l?l?l?l1 --potfile-disable -D1

a28bc61d44bb815c:1172075784504605:haricat1



If I slow hashcat down using this command the same result happens:

hashcat64.exe -m 14000 a28bc61d44bb815c:1172075784504605 -a 3 ?l?l?l?l?l?l?l1 --potfile-disable -D2 -n 1 -u 1 -T 1 --force

a28bc61d44bb815c:1172075784504605:harhbat1


Code:
OpenCL Info:

Platform ID #1
  Vendor  : NVIDIA Corporation
  Name    : NVIDIA CUDA
  Version : OpenCL 1.2 CUDA 11.2.162

  Device ID #1
    Type          : GPU
    Vendor ID      : 32
    Vendor        : NVIDIA Corporation
    Name          : GeForce GTX 1080
    Version        : OpenCL 1.2 CUDA
    Processor(s)  : 20
    Clock          : 1835
    Memory        : 2048/8192 MB allocatable
    OpenCL Version : OpenCL C 1.2
    Driver Version : 461.92

Platform ID #2
  Vendor  : Intel(R) Corporation
  Name    : Intel(R) OpenCL
  Version : OpenCL 2.1 WINDOWS

  Device ID #2
    Type          : CPU
    Vendor ID      : 8
    Vendor        : Intel(R) Corporation
    Name          : Intel(R) Core(TM) i7-5820K CPU @ 3.30GHz
    Version        : OpenCL 2.1 (Build 0)
    Processor(s)  : 12
    Clock          : 3300
    Memory        : 16362/65448 MB allocatable
    OpenCL Version : OpenCL C 2.0
    Driver Version : 2020.11.11.0.13_160000
Reply


Messages In This Thread
Example hash 14000 not returning correct password - by Zzzz - 04-05-2021, 04:39 AM