Skip to content

Releases: hashcat/princeprocessor

princeprocessor v0.22

05 Jul 09:54
Compare
Choose a tag to compare
  • Correct spelling mistake
  • Cosmetic: 'oclHashcat' -> 'hashcat', 'hashcat' -> 'hashcat-legacy'
  • Fix signature of catch_int
  • Allow a negative --elem-cnt-max
  • Makefile cleanup: remove comments about hashcat-toolchain
  • Added .gitignore
  • Updated year in LICENSE file

princeprocessor v0.21

13 Feb 22:53
Compare
Choose a tag to compare

Changes

  • Exit if stdout is closed or has a error
  • Fix for "Bug --pw-min" issue
  • Print position when stopped
  • Allow wordlist as fileparameter
  • Load only NUM words from input wordlist or use 0 to disable

princeprocessor v0.20

26 Jan 22:03
Compare
Choose a tag to compare

Changes

  • Add dupe suppression
  • Add a fake-GMP header using uint128_t macros. This is to replace depency on GMP
  • Add --case-permute amplifier option, default is disabled
  • Fixed buffer overflow
  • Fixed accidental reverted changes
  • Fixed a bug where ee actually couldn't correctly support output longer than 31 but 32 is supported
  • More memory savings: Use only the actual space needed for each word

princeprocessor v0.19

16 Jan 22:22
Compare
Choose a tag to compare

Changes

  • Fixed missing free() in shutdown section
  • Fixed wrong version number in source
  • Fixed discrepancies with logic and error messages
  • Added validation check pw-max > elem-cnt-max
  • Untie IN_LEN_* from PW_* to allow --pw-max > 16 without recompilation
  • If out of memory, tell how much we tried to allocate
  • Allow hex input for --skip and --limit
  • Optimized output performance

princeprocessor v0.18

13 Jan 14:45
Compare
Choose a tag to compare

Changes

  • Fixed major bug where all candidates are of the same length till chain changes

princeprocessor v0.17

12 Jan 18:22
Compare
Choose a tag to compare

Changes

  • Fixed download url for binaries in README
  • Fixed copy paste bug in input verification
  • Fixed bug where pw_orders is not sorted
  • Fixed memory leak
  • Removed O_BINARY for stderr
  • Removed some unused code
  • Renamed variables so that they match the meaning from the presentation slides
  • Optimized seeking performance
  • Optimized output performance

princeprocessor v0.16

08 Jan 16:00
Compare
Choose a tag to compare

Changes

  • Open Source the project
  • License is MIT
  • Moved repository to github: https://github.com/jsteube/princeprocessor
  • Added CHANGES
  • Added LICENSE
  • Added README.md
  • Changed default value for --pw-max from 24 to 16 for faster startup time