John Doe
4dab13932c
Add enc8 hash format support (module 33000)
...
- Implements new hash mode for enc8 format
- Uses base64 decoding with 4-byte salt extraction
- Compatible with existing md5(.) kernel (mode 10)
- Follows project code style guidelines
- MIT licensed
Example hash: {enc8}D5CJdzcm8Wkn1hmHleiN9xE8wl0=
Co-Authored-By: SQL master
2024-12-15 16:44:42 +08:00
Devin AI
54faf9bcb7
ok
...
Co-Authored-By: SQL master <bnzm5270@gmail.com>
2024-12-13 20:08:22 +00:00
jsteube
6716447dfc
Add support for zero-length salts in Electrum $4 and $5
2024-04-20 17:35:45 +00:00
fse-a
47509b2954
Improve performance of scrypt-based algorithms by code reordering.
2024-02-15 15:17:29 +01:00
jsteube
9d1bbd8472
Add support for hash comparison checks to allow slight inaccuracies if so selected in the kernel
2023-11-23 15:19:02 +00:00
jsteube
f8bd133373
Add new function count_bits_32() in inc_common.cl
2023-11-22 03:36:28 +00:00
0x588
a196cfe01c
Update inc_hash_base58.cl
...
Fix the logic error in the loop
2023-11-08 17:08:58 +08:00
jsteube
79d73a7cf8
Fix CRLF in OpenCL/inc_cipher_cast.cl
2023-09-24 20:25:55 +00:00
PenguinKeeper7
4ea43742b9
Update inc_common.cl
2023-09-18 13:13:17 +01:00
Jens Steube
2801527d81
Merge pull request #3873 from piru/master
...
Raise Flask Session Cookie (-m 29100) max data length to 120 chars.
2023-09-16 15:54:39 +02:00
jsteube
5def8a3534
Rewrote -m 32700 kernel to use u32 datatype instead of u8
2023-09-14 06:28:19 +00:00
Jens Steube
a74270b120
Remove SHA1_TRANSFORM_SWAP modificaton in inc_hash_sha1.cl and use replacement of sha1_final in -m 32700 sources as replacement
2023-09-13 07:50:20 +00:00
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
Harry Sintonen
8ae46f4487
Raise Flask Session Cookie (-m 29100) max data length to 120 chars.
2023-09-11 13:54:02 +03: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