magnum

Results 54 issues of magnum

7z2hashcat tries to find "shortest file" for attacking. I think we should include "padding size" in the equation when applicable: In case we can find a larger file but with...

A trivial example is "bump last digit": With current code, this can be done with eg. `r /?d +p r` but that is a pretty wasteful operation. The %NX (or...

enhancement

https://github.com/philsmd/7z2hashcat/issues/39 Problem introduced to JtR in a1d21c88 and c3ad82b6c. Files using delta are rare so probably not too much harm done. Besides, I think a problem would only surface if...

bug

http://www.openwall.com/lists/john-dev/2015/12/31/1 _It appears there are some fundamental differences in the forks of TrueCrypt. Specifically VeraCrypt appears to be doing key derivation in a "more secure" fashion than TC or CipherShed....

new format

From http://hashcat.net/wiki/doku.php?id=example_hashes These work: http://hashcat.net/misc/example_hashes/hashcat_ripemd160_aes.tc http://hashcat.net/misc/example_hashes/hashcat_sha512_aes.tc http://hashcat.net/misc/example_hashes/hashcat_whirlpool_aes.tc This doesn't work, I have no idea why. http://hashcat.net/misc/example_hashes/hashcat_ripemd160_aes_boot.tc These loads (we can't distinguish them from AES) but does not work: http://hashcat.net/misc/example_hashes/hashcat_ripemd160_twofish_boot.tc http://hashcat.net/misc/example_hashes/hashcat_ripemd160_twofish.tc...

enhancement

https://github.com/openwall/john/issues/4403#issuecomment-706755482 This file would be for tips'n'tricks regarding actual *use* of Jumbo, as opposed to building it etc. Candidates for this doc file (please fill in! Just amend this post...

documentation

https://github.com/hashcat/hashcat/issues/1384

enhancement
non-trivial
RFC / discussion

Nice post by Atom http://hashcat.net/forum/thread-4429.html The context is ColdFusion's sha256(salt.sha1(pass)) but the hash functions are not important, it applies to things like MD5(salt.pass) as well. The flaw is it's a...

enhancement

I had a report of significant regression, from ~25 Gp/s to more like 17 Gp/s per GPU, running incremental plus `-mask:?w?a?a` under MPI on a GPU rig with 8x 2080ti...

regression

1. The current code implemented in #5046 does not suppress dupes produced by `--rules-stack` (but *does* suppress dupes right before them being applied). Example: ``` $ rm -f out &&...

enhancement