jsteube
c2065d158c
Renamed hash-mode 6150 to 32600
2023-08-03 20:55:47 +00:00
Jens Steube
92e9247995
Merge pull request #3813 from PenguinKeeper7/CubeCart
...
Added hash-mode: CubeCart (whirlpool($salt.$pass.$salt))
2023-08-02 22:39:26 +02:00
Jens Steube
3a3e188607
Merge pull request #3810 from justpretending/typos
...
Fix some typos
2023-08-01 09:11:20 +02:00
Jens Steube
f936f371ab
Merge pull request #3815 from mostwanted002/hip-rtc-windows-rocm5.5
...
Added path to HIP RTC DLL provided in HIP SDK (ROCm 5.5.0) for Windows
2023-07-31 18:48:07 +02:00
Mayank
c77f4387ed
Added path to HIP RTC DLL provided in HIP SDK (ROCm 5.5.0) for Windows
2023-07-31 08:21:06 +05:30
Jens Steube
5e3222ec34
Merge pull request #3809 from PenguinKeeper7/typo-fix
...
Typo fix
2023-07-30 19:24:49 +02:00
PenguinKeeper7
abe6fd76c4
Added hash-mode: CubeCart (whirlpool($salt.$pass.$salt))
2023-07-28 18:43:21 +01:00
Jens Steube
4a13d833ca
Merge pull request #3806 from ViperelB/master
...
Added full charset for romanian language
2023-07-27 18:46:30 +02:00
justpretending
b2f14f2f5d
Fix some typos
2023-07-27 23:11:55 +07:00
PenguinKeeper7
d576a20932
Typo fix
2023-07-27 15:18:35 +01:00
ViperelB
ed719699c7
Added full charset for romanian language
2023-07-26 10:13:18 +03:00
jsteube
3173f9374d
Add unstable markers for Intel GPU for -m 25100 and 25200
2023-07-25 17:40:55 +00:00
jsteube
d5196ae727
Add unstable markers for Intel GPU for -m 8200, 21700 and 25000
2023-07-24 18:37:35 +00:00
jsteube
f924ee801b
Update inc_cipher_cast.h to make use of hashcat multi-platform compatible rotl32_S() instead of rotate()
2023-07-23 06:37:00 +00:00
jsteube
7aca373752
Fix collision of scalar rotate() and simd rotate() in hash modes like 8900
2023-07-22 14:02:47 +00:00
Jens Steube
6330b1ed2c
Merge pull request #3803 from ViperelB/patch-1
...
Updated Incisive-leetspeak.rule with spaces between instructions
2023-07-21 22:43:55 +02:00
ViperelB
d26dab4e25
Updated Incisive-leetspeak.rule to have spaces between instructions for consistency, no other changes
2023-07-21 05:27:30 +03:00
jsteube
20294ef883
Move test scripts for 17040 to tools/gpg_tests, similar to what we do with TC/VC.
...
Call script from main folder: tools/gpg_tests/example17040.sh
2023-07-20 20:03:58 +00:00
jsteube
601e4d622d
Fix ordering of new hash-modes in changes.txt
2023-07-19 17:12:39 +00:00
Jens Steube
57e8f6ff18
Merge pull request #3802 from 0xVavaldi/patch-3
...
Optimized generated.rule
2023-07-18 19:35:55 +02:00
Jens Steube
280da23c57
Merge pull request #3801 from 0xVavaldi/patch-1
...
Amending d3ad0ne rule order
2023-07-17 19:55:07 +02:00
Vavaldi
526ab3edb3
Optimized generated.rule
...
Optimized rules - removing duplicates
2023-07-17 17:47:58 +02:00
Vavaldi
e35378760c
Amending rule order
...
Improved conditional rule order.
if rule B in line 542 is better and more efficient than rule A in line 4.
Before: Rule B would be kept in line 542
Now: Rule B is moved to line 4
2023-07-17 17:38:34 +02:00
Jens Steube
328a2064a1
Merge pull request #3797 from 0xVavaldi/patch-3
...
Sort & optimize d3ad0ne rules
2023-07-16 16:43:45 +02:00
Vavaldi
a87bf2d7a9
Add spaces
...
Add spaces between function as described.
2023-07-15 22:01:37 +02:00
Vavaldi
2bc6aeb3a1
Update d3ad0ne.rule
...
Optimized based on (rough) performance per rule function.
2023-07-15 21:59:55 +02:00
Vavaldi
ec3c6eddc1
Sort & optimize d3ad0ne rules
2023-07-15 13:05:48 +02:00
jsteube
b2f81d7bea
Rules: Rename best64.rule to best66.rule and remove the unknown section from it
2023-07-15 07:29:15 +00:00
Jens Steube
a1cfe98305
Merge pull request #3794 from 0xVavaldi/patch-1
...
Remove *75
2023-07-15 09:23:02 +02:00
Vavaldi
716cd3816b
Remove *75
...
*75 does not contribute to the password.
'5 will cut it off at length 5, so there is no 7th character to swap with.
2023-07-14 23:50:13 +02:00
jsteube
e61442da9c
Fix file permissions for bisq2hashcat.py
2023-07-13 16:32:48 +00:00
jsteube
c251df345a
Update readme.txt based on hashcat -hh output
2023-07-12 18:04:38 +00:00
jsteube
66645e12bd
Fix hash category in hash mode 29000
2023-07-11 07:52:25 +00:00
Jens Steube
1f462606bf
Merge pull request #3793 from neheb/f
...
compilation fixes
2023-07-10 19:24:49 +02:00
Rosen Penev
88347540f3
include zlib.h
...
Various types included in zlib.h such as gzFile are implicitly included
with minizip. Get rid of this behavior and explicitly include zlib.h.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2023-07-09 16:53:42 -07:00
Rosen Penev
147ec30fd6
fix compilation with FreeBSD
...
FreeBSD is checked for in two places and two duplicate functions are
used. Just use the former.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2023-07-09 16:52:03 -07:00
jsteube
1636bc41df
Fix hash category for -m 32500 and add missing entry to changes.txt
2023-07-09 15:10:31 +00:00
jsteube
8b559ce563
Fix module_hash_encode() in hash-mode 32500
2023-07-08 18:21:40 +00:00
jsteube
b1afc4a9aa
Rename hash-mode 98765 to 32500 and add some missing memory initialization
2023-07-07 18:13:58 +00:00
Jens Steube
4729342571
Merge pull request #3746 from JoeMcGeever/master
...
Plugin for issue #2994 - dogechain implementation
2023-07-06 15:38:52 +02:00
jsteube
b700428bff
Add missing entry for commit ab932815ea
2023-07-05 16:21:53 +00:00
jsteube
ab932815ea
Fixed out-of-boundary read in autotune.c when a fast hash defines a kernel_loops_min value that is higher than the actual number of amplifiers provided by the user
2023-07-04 09:40:39 +00:00
Jens Steube
bfa7183370
Merge pull request #3789 from gogolovefish/master
...
fix Resource leak
2023-07-03 19:11:22 +02:00
JoeMcGeever
10dc0df264
Updated hash format to be the same as the suggested @philsmd
2023-07-03 10:54:29 +01:00
Jens Steube
76fae63be5
Merge pull request #3786 from matrix/algo_32420
...
Added hash-mode: sha512(sha512_bin($pass).$salt)
2023-07-02 15:55:10 +02:00
Gabriele Gristina
567ceefaf0
Added hash-mode: sha512(sha512_bin($pass).$salt)
2023-07-01 23:49:48 +02:00
jsteube
ed4e209276
Change S-boxes in CAST5 from constant mem to shared mem
2023-07-01 19:46:45 +00:00
Jens Steube
1200bab046
Merge pull request #3776 from thatux/gpg-cast5
...
Add GPG (CAST5 (SHA-1($pass)))
2023-06-30 19:47:13 +02:00
Your Name
5927fea637
make it work with Apple Metal
2023-06-30 10:34:41 +02:00
wanhui
62f80e798e
fix Resource leak
2023-06-30 09:24:17 +08:00