Commit Graph

9233 Commits (546b94f3d205e92b13bb67ab43acd8878e9dd5b3)
 

Author SHA1 Message Date
PenguinKeeper7 01008fad86
Fix 25500 const
1 year ago
PenguinKeeper7 ccd35b5cf2
Fix 26600
1 year ago
Jens Steube 714b5dcc9e
Merge pull request #3640 from PenguinKeeper7/bcrypt-tuning
1 year ago
jsteube 24d375073c Revert -m 26610 to check for 0x20-0x7e and allow DEEP_COMP kernel functionality
1 year ago
PenguinKeeper7 04b891ab31
Include bcrypt(sha512) in tuning db
1 year ago
PenguinKeeper7 036256aac6
Include new bcrypt(sha256) in tuning db
1 year ago
jsteube 37923e79e9 Switch -m 26610 to hc_get_entropy() verification strategy
1 year ago
jsteube 77c9f096db Align loading rules log event usage with other log events
1 year ago
Jens Steube b403f622ee
Merge pull request #3637 from thatux/correct-m25400-m26610-plaintextcheck
1 year ago
Jens Steube d93e6d0d30
Merge pull request #3638 from PenguinKeeper7/Loading-Rules-Prompt
1 year ago
Jens Steube 89fc3e49f8
Merge pull request #3636 from roycewilliams/master
1 year ago
Your Name 4dc96cd765 m25400 make use of new is_valid_printable
1 year ago
Your Name c68602aa10 m26610 add check for second block of plaintext
1 year ago
Your Name 2b5d5e93ea Merge branch 'master' into correct-m25400-m26610-plaintextcheck
1 year ago
Your Name db9debdd19 resolve merge conflicts with master
1 year ago
Your Name 6c653fa89d m26610 also in changes
1 year ago
Your Name 70885319f3 m26610 now also checking second block of plaintext, moved AES_GCM_decrypt to seperate function
1 year ago
Your Name b035c6e408 m26610 second block of AES-GCM also decrypting
1 year ago
Your Name 6bc86d06b1 remove debug printfs, added changes.txt
1 year ago
Your Name 45b803988c 25400 working with 32 bytes plaintext check
1 year ago
PenguinKeeper7 e5542839fc
Update straight.c
1 year ago
jsteube d5a74b2536 Add new function is_valid_printable_32() to check if 32 bit integer consist only of printable characters and update -m 26610 as example use case
1 year ago
Royce Williams ebe8741000 link to driver FAQ on CUDA failure
1 year ago
Your Name b01f4e5c2e corrected ASCII plaintext check from >=20 to >=0x20
1 year ago
jsteube 4fe68b0d4f Fix missing const keyword in module_hash_encode() in -m 29600
1 year ago
jsteube 51084ad6ad Fix out-of-boundary write in -m 17020
1 year ago
jsteube 3447000b84 Fix missing supported hash-types in docs/readme.txt
1 year ago
jsteube 5236f3bd73 Add optimized kernel for new hash-mode 31300 MS SNTP
1 year ago
jsteube ad3dca2a90 Module and Pure kernels for new hash-mode -m 31300 SNTP-MS
1 year ago
jsteube 5446570a4f Unit-test for new hash-mode -m 31300 SNTP-MS
1 year ago
jsteube f7103f5116 Added hash-mode: GPG (AES-128/AES-256 (SHA-256($pass)))
1 year ago
jsteube a5d94c1f0d Added hash-mode: Veeam VBK
1 year ago
Jens Steube ce934be975
Merge pull request #3628 from thatux/m26600_short_data
1 year ago
Your Name 95642af34b remove print-statement, not needed as 26600 and 26610 have different hash signatures
1 year ago
Your Name 2b80abde6d add comments on possible improvements
1 year ago
jsteube 52fa024c1b Fix correct byte pattern and salt length in unit-test for -m 31200
1 year ago
jsteube f36f90e898 Add missing unicode conversion to unit test for new plugin 31200
1 year ago
Your Name dbe99851ec added comments on speeding up the attack by reducing the ciphertext buffersize
1 year ago
Your Name 141b0289b1 updated changes, more clear comment
1 year ago
Your Name 721235fc02 added note to the test of 26600 that the data generation is artificial
1 year ago
Your Name c5e860eb31 add perl test for 26610
1 year ago
Your Name 90c6ead997 add real reference hash to 26600
1 year ago
Your Name 5208447e72 change hash-signature for 26610 (incompatible with 26600), remove debug print statements in attacks, add comments, add reference data
1 year ago
jsteube d08f3cf7f6 Fix SM3 DGST_POS ordering
1 year ago
jsteube 866aaf02ce Prepare unit-test for -m 31200
1 year ago
Your Name 248c4afc09 test hash works
1 year ago
jsteube ea6173b307 Optimize SM3 for use on platforms that support native bitselect()
1 year ago
Jens Steube 6e45d4dafc
Merge pull request #3626 from ketlerd/master
1 year ago
Jens Steube b685dc0e41
Merge pull request #3625 from loukabvn/sm3
1 year ago
David Ketler bb620db348 add tuning records for a number of algorithms for the RX 7900XTX
1 year ago