Jens Steube
|
573423af97
|
Rewrite -m 32700 to use salt_iter and loop kernel as expected in slow hash modes
|
2023-09-12 07:10:31 +00:00 |
|
Jens Steube
|
992fb9047c
|
Fix -m 32700 kernel compile for ROCM/HIP
|
2023-09-11 09:01:53 +00:00 |
|
Jens Steube
|
42f2286d16
|
Merge pull request #3742 from hans-vh/kremlin
Add support for Kremlin Encrypt (-m 32700)
|
2023-09-08 15:28:20 +02:00 |
|
jsteube
|
d4c9c4fae4
|
Make base64_encode_three_bytes_better() in -m 32500 more readable
|
2023-09-07 15:00:30 +00:00 |
|
red
|
0bc3bb3ada
|
Update m31900-pure.cl
extend comp to reduce false positives
|
2023-08-29 21:45:18 +02:00 |
|
Jens Steube
|
ede390c36a
|
Merge pull request #3839 from neheb/cas
fix some const-qual warnings
|
2023-08-24 13:51:28 +02:00 |
|
Jens Steube
|
3cd44e3868
|
Add missing OpenCL/inc_cipher_cast.cl and moved code from the .h to it
|
2023-08-22 07:10:06 +00:00 |
|
Rosen Penev
|
ae07d65f34
|
clang-tidy: remove useless casts
Now that const was fixed, pointless casts can be removed.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
2023-08-20 21:10:34 -07:00 |
|
Rosen Penev
|
795674c939
|
fix some const-qual warnings
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
2023-08-20 20:55:54 -07:00 |
|
Jens Steube
|
9c206b7c42
|
Fix missing AES_GCM_decrypt in inc_cipher_aes-gcm.cl
|
2023-08-19 20:46:39 +00:00 |
|
Jens Steube
|
f2a9198e05
|
Fix missing DECLSPEC in -m 32500
|
2023-08-17 06:34:53 +00:00 |
|
Hans
|
219b71c5ae
|
Move Kremlin Encrypt to mode 32700
|
2023-08-15 13:48:37 +02:00 |
|
Hans
|
9446a589b0
|
Move Kremlin Encrypt to mode 32600
|
2023-08-14 09:51:13 +02:00 |
|
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 |
|
Hans
|
7b4c2012b7
|
Move SHA1 code from kernel to inc_hash_sha1.cl
|
2023-07-07 14:56:39 +02: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 |
|