Release with some new algorithms:
- AIX smd5
- AIX ssha1, ssha256, ssha512
- GOST R 34.11-94
We managed also to fix some bugs and implement some additional feature requests
file: hashcat-cli
desc: show status screen also when all hashes were recovered AND add start/stop time too
type: feature
file: hashcat-cli
desc: added -m 6300 = AIX {smd5}
cred: philsmd
type: feature
file: hashcat-cli
desc: added -m 6400 = AIX {ssha256}
cred: philsmd
type: feature
file: hashcat-cli
desc: added -m 6500 = AIX {ssha512}
cred: philsmd
type: feature
file: hashcat-cli
desc: added -m 6700 = AIX {ssha1}
cred: philsmd
type: feature
file: hashcat-cli
desc: added -m 6900 = GOST R 34.11-94
cred: Xanadrel
type: feature
file: hashcat-cli
desc: dropped predefined charsets ?h, ?F, ?G and ?R
trac: #55
type: feature
file: hashcat-cli
desc: added a collection of language-specific charset-files for use with masks
trac: #55
type: feature
file: hashcat-cli
desc: changed the E rule to lowercase all input before processing, its more intuitive
trac: #110
type: feature
file: rules
desc: added a more more complex leetspeak rules file from unix-ninja
trac: #112
type: feature
file: hashcat-cli
desc: changed outfile opts to line up with OCL style
trac: #120
type: feature
file: hashcat-cli
desc: --remove in combination w/ external salts should output plain hash files only (no salt)
trac: #153
type: bug
file: hashcat-cli
desc: fix progress line in status screen when all hashes were recovered
type: bug
file: hashcat-cli
desc: fix for some possible memory overflow problems
type: bug
file: hashcat-cli
desc: an external salt sort failure caused some hashes not to be checked against the digests
trac: #74
type: bug
file: hashcat-cli
desc: fixed a null-pointer dereference that can lead to a segmentation fault
trac: #104
type: bug
file: hashcat-cli
desc: fixed a bug if hashlist contains words with ascii character code >= 0x80
trac: #108