|
hashcat v0.49 - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old hashcat Announcements (https://hashcat.net/forum/forum-43.html) +--- Thread: hashcat v0.49 (/thread-3952.html) |
RE: hashcat v0.49 - ocl - 01-27-2015 Here's with AVX2 Code: hashcat-0.49$ ./hashcat-cliAVX2.bin --benchmark
Initializing hashcat v0.49 with 4 threads and 32mb segment-size...
Device...........: Intel(R) Core(TM) i5-4570 CPU @ 3.20GHz
Instruction set..: AVX2
Number of threads: 4
Hash type: MD4
Speed/sec: 79.76M words
Hash type: MD5
Speed/sec: 64.84M words
Hash type: SHA1
Speed/sec: 54.03M words
Hash type: SHA256
Speed/sec: 30.90M words
Hash type: SHA512
Speed/sec: 13.96M words
Hash type: SHA-3(Keccak)
Speed/sec: 10.03M words
Hash type: GOST R 34.11-94
Speed/sec: 5.54M words
Hash type: SHA-1(Base64), nsldap, Netscape LDAP SHA
Speed/sec: 55.68M words
Hash type: SSHA-1(Base64), nsldaps, Netscape LDAP SSHA
Speed/sec: 40.94M words
Hash type: descrypt, DES(Unix), Traditional DES
Speed/sec: 2.03M words
Hash type: md5crypt, MD5(Unix), FreeBSD MD5, Cisco-IOS MD5
Speed/sec: 67.19k words
Hash type: sha256crypt, SHA256(Unix)
Speed/sec: 6.20k words
Hash type: sha512crypt, SHA512(Unix)
Speed/sec: 2.77k words
Hash type: bcrypt, Blowfish(OpenBSD)
Speed/sec: 2.96k words
Hash type: Oracle 11g/12c
Speed/sec: 40.22M words
Hash type: NTLM
Speed/sec: 72.45M words
Hash type: DCC, mscash
Speed/sec: 43.02M words
Hash type: NetNTLMv1-VANILLA / NetNTLMv1+ESS
Speed/sec: 70.44M words
Hash type: NetNTLMv2
Speed/sec: 10.53M words
Hash type: EPiServer 6.x < v4
Speed/sec: 47.00M words
^C...hashcat-0.49$RE: hashcat v0.49 - Flomac - 01-27-2015 You can push your performance further by switching to 8 Threads. Edit: sorry, my mistake, i5-4570 has no Hyperthreading. RE: hashcat v0.49 - ocl - 01-27-2015 Indeed it hasn't. Back then I decided on purpose not to get 8 "cores" because these are not real cores and can boost only ~30% (don't know how much it with Hashcat is) and the price didn't outfit the benefits for me. Next Broadwell or Skylake will be 4 real cores only again. |