Rosen Penev
|
01a8f77bf4
|
clang-tidy: use const pointer
Found with readability-non-const-parameter
|
2023-08-10 18:35:24 -07:00 |
|
Jens Steube
|
1259ea03bd
|
Merge branch 'master' into DCC2-NT
|
2023-08-07 18:02:57 +02:00 |
|
Jens Steube
|
446178c455
|
Merge branch 'master' into DCC-NT
|
2023-08-06 22:48:42 +02:00 |
|
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 |
|
PenguinKeeper7
|
abe6fd76c4
|
Added hash-mode: CubeCart (whirlpool($salt.$pass.$salt))
|
2023-07-28 18:43:21 +01:00 |
|
justpretending
|
b2f14f2f5d
|
Fix some typos
|
2023-07-27 23:11:55 +07: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 |
|
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 |
|
JoeMcGeever
|
10dc0df264
|
Updated hash format to be the same as the suggested @philsmd
|
2023-07-03 10:54:29 +01: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 |
|
Gabriele Gristina
|
b6ae3d867e
|
Added hash-mode: md5(sha1($salt.$pass))
|
2023-06-27 02:58:20 +02:00 |
|
Jens Steube
|
f5ec183552
|
Merge pull request #3773 from matrix/algo_2630
Added hash-mode: md5(md5($pass.$salt))
|
2023-06-26 20:04:40 +02:00 |
|
Your Name
|
cb2890c108
|
working m17040
|
2023-06-26 13:34:27 +02:00 |
|
Your Name
|
fae1994588
|
based m17040 of m17010
|
2023-06-26 11:50:53 +02:00 |
|
Gabriele Gristina
|
c31d8d2b95
|
Added hash-mode: md5(md5($pass.$salt))
|
2023-06-24 03:25:00 +02:00 |
|
Gabriele Gristina
|
40f087923f
|
Added hash-mode: md5(sha1($pass.$salt))
|
2023-06-24 00:21:33 +02:00 |
|
Jens Steube
|
2d60359827
|
Merge pull request #3766 from matrix/algo_RSA_NetWitness
Added hash-mode: RSA Security Analytics / NetWitness (sha256)
|
2023-06-19 19:42:15 +02:00 |
|
Jens Steube
|
58155986cf
|
Merge pull request #3765 from philsmd/master
fix trailing spaces
|
2023-06-18 16:19:40 +02:00 |
|
Jens Steube
|
82cf3b63b9
|
Merge pull request #3764 from matrix/algo_21310
Added hash-mode: md5($salt1.sha1($salt2.$pass))
|
2023-06-17 16:57:49 +02:00 |
|
Gabriele Gristina
|
e506823772
|
Added hash-mode: RSA Security Analytics / NetWitness (sha256)
|
2023-06-17 14:41:17 +02:00 |
|
philsmd
|
79869badf1
|
fix trailing spaces
|
2023-06-17 10:08:55 +02:00 |
|
Gabriele Gristina
|
19a36e73a2
|
Added hash-mode: md5($salt1.sha1($salt2.$pass))
|
2023-06-15 19:01:52 +02:00 |
|
Gabriele Gristina
|
ec13e6123a
|
Added hash-mode: sha512(sha512($pass).$salt)
|
2023-06-14 22:51:39 +02:00 |
|
jsteube
|
e6c97eb51b
|
Fix vector datatypes usage for HIP
|
2023-06-10 19:01:35 +00:00 |
|
Jens Steube
|
dbc9019284
|
Merge pull request #3758 from matrix/fix_scrypt_AppleMetal
Fixed a bug in all SCRYPT-based hash modes with Apple Metal
|
2023-06-11 23:18:10 +02:00 |
|
Jens Steube
|
3bd8d38402
|
Merge pull request #3753 from matrix/algo_empireCMS_AdminPassword
Added hash-mode: Empire CMS (Admin password)
|
2023-06-08 12:47:14 +02:00 |
|
Gabriele Gristina
|
6847458a00
|
Fixed a bug in all SCRYPT-based hash modes with Apple Metal
|
2023-06-07 00:49:37 +02:00 |
|
Jens Steube
|
e6314a812f
|
Merge pull request #3745 from matrix/fix_file_permissions
Fix file permissions for 32100/32200
|
2023-06-05 10:29:21 +02:00 |
|
Gabriele Gristina
|
53dbc07029
|
Added hash-mode: Empire CMS (Admin password)
|
2023-06-03 03:08:29 +02:00 |
|
Jens Steube
|
c8a336c5a4
|
Merge pull request #3737 from matrix/fix_13772_13773_build_failed_metal
Fixed build failed for 13772 and 13773 with Apple Metal
|
2023-05-30 17:59:57 +02:00 |
|
Jens Steube
|
5fa2f561fa
|
Merge pull request #3735 from matrix/fix_metal_swap64
Fixed build failure for almost all hash modes that make use of hc_swap64 and/or hc_swap64_S with Apple Metal
|
2023-05-27 20:46:14 +02:00 |
|
Joseph McGeever
|
2b7b6a3591
|
Plugin for issue #2994 - dogechain implementation
|
2023-05-26 13:46:17 +01:00 |
|
Gabriele Gristina
|
1c3ea8506c
|
Fix file permissions for 32100/32200
|
2023-05-25 22:39:08 +02:00 |
|
Jens Steube
|
0253f50679
|
Merge pull request #3730 from matrix/algo_sspr
Added support for NetIQ SSPR hashes + Adobe AEM
|
2023-05-24 10:21:23 +02:00 |
|
jsteube
|
5dcc9a5d8b
|
Rename hash-modes 33100, 33200 to 32100, 32200
|
2023-05-23 12:31:54 +00:00 |
|
Jens Steube
|
9433d0b61e
|
Merge pull request #3729 from MWR-CyberSec/add-aes-asrep-plugins
Added plugins for AES128 and AES256 AS-REPs
|
2023-05-23 14:25:09 +02:00 |
|
Gabriele Gristina
|
44d58f9a45
|
Fixed build failed for 13772 and 13773 with Apple Metal
|
2023-05-20 14:02:25 +02:00 |
|
Gabriele Gristina
|
7ab1110907
|
Fixed build failure for almost all hash modes that make use of hc_swap64 and/or hc_swap64_S with Apple Metal
|
2023-05-20 03:54:06 +02:00 |
|
Gabriele Gristina
|
f126f3b19e
|
Added support for NetIQ SSPR hashes + Adobe AEM
|
2023-05-16 20:35:40 +02:00 |
|
Jens Steube
|
cef1ec8e16
|
Merge branch 'master' into fix_31300_vector
|
2023-05-15 14:56:09 +02:00 |
|
Christo Erasmus
|
33581b4155
|
Added plugins for AES128 and AES256 AS-REPs
|
2023-05-15 13:32:48 +02:00 |
|
Jens Steube
|
5780430176
|
Merge pull request #3715 from matrix/fix_OpenCL_blake2s
Fixed build failed for 31000/Blake2s with vector width > 1
|
2023-05-14 16:54:32 +02:00 |
|
Jens Steube
|
18639745ef
|
Merge pull request #3714 from matrix/fix_4410_metal
Fixed build failed for 4410 with vector width > 1
|
2023-05-13 19:59:17 +02:00 |
|