IGHASHGPU Changelog

What's new in IGHASHGPU 0.80.16.1 Beta

Jun 3, 2011
  • Multihash ATI MD5 kernel now using the same algorithm as single MD5 kernel (which means huge speed-up for multihash)
  • Multihash ATI MD5 kernel now using 1/4 of memory it used earlier (which means nothing for 4XXX GPUs and noticeable speed-up for 5XXX GPUs)
  • MD4 & MD4/Unicode kernels rewritten to make use of bitalign/other optimizations
  • Added multihash kernel for MD4/Unicode (hello, NTLM)
  • Increased limit to 4 millions for multihash kernels (4161534 to be exact)

New in IGHASHGPU 0.70.48.5 Beta (Jun 3, 2011)

  • Some minor fixes, maybe it'll make Fermi code working again
  • CPU kernel as it's pointless to use CPU

New in IGHASHGPU 0.70.48.4 Beta (Jun 3, 2011)

  • Added support for Fermi

New in IGHASHGPU 0.70.48.3 Beta (Jun 3, 2011)

  • Added CPU kernel for single MD5 (all other algos not supported by CPU)
  • A bit better speed for MySQL5 at HD 4XXX & HD 5XXX

New in IGHASHGPU 0.70 Test Version (Jun 3, 2011)

  • Better speed for single SHA1 (70% for HD 5XXX, 20% for HD 4XXX)
  • Better speed for single MD5 for ATI HD 5XXX (+35%)
  • Better speed for CUDA GPUs (+2-3% :)
  • Fixed bug with /sf + /m usage

New in IGHASHGPU 0.62 (Jun 3, 2011)

  • Support for HD5700 series.
  • Some minor fixes.

New in IGHASHGPU 0.61 (Jun 3, 2011)

  • Added support for HD5800 series.
  • Added hardware monitoring, ighashgpu quits if gpu temperature goes too high.
  • Added support for Domain Cached Credentials hashes.
  • All ATI GPU kernels recompiled to make them compatible with Catalyst 9.9. However it's possible that new kernels now imcompatible with previous Catalysts. Say thanks to ATI guys.

New in IGHASHGPU 0.60 (Jun 3, 2011)

  • More informative output, % done, ETA
  • Added support for RV710 & RV730
  • Added support for MD5(MD5($salt).MD5($pass))
  • Reduced CPU usage (to zero for nVidia's GPUs and nearly zero for ATI's ones)

New in IGHASHGPU 0.51 (Jun 3, 2011)

  • Better CUDA code for SHA1 (~35% speed-up on G92, 5% on GT200)
  • Restored ATI GPUs functionality under Windows XP

New in IGHASHGPU 0.5 (Jun 3, 2011)

  • Unsalted MD5 hashes now can be processed simultaneously, up to 1 000 000 per batch.
  • Fixed some stability issues with ATI GPUs.

New in IGHASHGPU 0.4 (Jun 3, 2011)

  • Better CUDA code (especially for anything earlier than GT200)
  • Added support for MD5(MD5($pass).$salt)

New in IGHASHGPU 0.3 (Jun 3, 2011)

  • Added support for:
  • MD4
  • MD4 Unicode (NTLM)
  • MD5(MD5($pass).ascii)
  • SHA1 Unicode
  • Salt supported (but only after password, i.e. SHA1($pass.$salt)
  • Maximum length now 31 symbols (from 15)

New in IGHASHGPU 0.2 (Jun 3, 2011)

  • One serious bug fixed
  • MySQL5 hashes now supported too