Commit Graph

3654 Commits (ff96015f53cf0dab30a97756fe45b2213efc6378)

Author SHA1 Message Date
Jens Steube ff96015f53 Add OPTS_TYPE_NATIVE_THREADS for use by plugin developer to enforce native thread count (useful for scrypt)
4 years ago
Jens Steube 67d189e10a Update calculation of EXTRA_SPACE in backend.c and add upper and lower hard limit
4 years ago
Jens Steube 51e8661070 Update calculation of EXTRA_SPACE in backend.c to make it depending from kernel-accel
4 years ago
Jens Steube 9033975efd Allow plugins to disable the multiplication of the kernel-accel value with the multiprocessor count of the compute device. Will be used later.
4 years ago
Robert Gützkow ada829fa20
Fix the processing for constant salt
4 years ago
Robert Gützkow 364338a0c9
Merge remote-tracking branch 'origin/master' into knx-ip-secure
4 years ago
Jens Steube e591b0039b Fixed invalid handling of outfile folder entries for -m 22000
4 years ago
Jens Steube a0eae9050c OpenCL Runtime: Workaround JiT compiler deadlock on NVIDIA driver >= 465.89
4 years ago
Jens Steube 97cce89bb8
Merge pull request #2739 from thatux/pdf-edit-25400
4 years ago
Your Name 4b24e91610 now we can crack the hash direct from pdf2john.pl, no need to alter it ourselves anymore
4 years ago
Jens Steube 8cfc2dacb5
Merge pull request #2586 from llamasoft/patch-1
4 years ago
Jens Steube 57213e6c6c Add AES_GCM_GHASH_GLOBAL() to allow using encrypted data directly from GPU memory to avoid reserving registers
4 years ago
Jens Steube 9979394745
Merge branch 'master' into mongodb-scram
4 years ago
Jens Steube 71a8f97294 Optimize GCM code to use only u32 data types, make it CUDA compatible and remove some branches
4 years ago
Jens Steube 1ba1fa6e58
Merge branch 'master' into full-aes-gcm-and-hash-mode-27000
4 years ago
Jens Steube 6663fe4161
Merge pull request #2744 from davidbolvansky/hash_show
4 years ago
Jens Steube 3c199bfa1b
Merge pull request #2693 from matrix/out_of_host_memory
4 years ago
Dávid Bolvanský 430b8b17c1 Machine readable mode for show hash feature
4 years ago
Jens Steube f05ea114a9
Merge pull request #2668 from RealEnder/master
4 years ago
Jens Steube 1323ef3a82 Support loading hash from command line in -m 22000 and -m 22001
4 years ago
Robert Gützkow 9a4a8d942e
Plugin for KNX IP Secure's device authentication code
4 years ago
Jens Steube 6daea9c7c1 Fix compiler warning from new --hash-info section
4 years ago
Jens Steube d53913f444
Merge pull request #2672 from matrix/example2info
4 years ago
Jens Steube 1976118b83
Merge pull request #2677 from RAN1/darwin_version
4 years ago
Jens Steube 9ee1977ac7 Rename -m 29700 to 25300
4 years ago
Jens Steube 2537de1fd4
Merge pull request #2700 from matrix/office-2016-sheetprot
4 years ago
Chick3nman 9b6235a5fc
Downgrade Kernel Exec Timeout Warning
4 years ago
Your Name d52f9c2cad Added attack mode 25400 which cracks a pdf edit password. It's largely duplicate code of 10500. Based on https://hashcat.net/forum/thread-6233.html
4 years ago
Jens Steube b3bfaf8e1e Rename -m 29800 to -m 24700 and other small changes
4 years ago
Jens Steube 9ce063d4b6
Merge pull request #2702 from matrix/stuffit5
4 years ago
Jens Steube 42dfa6b543 Add optimized -m 24800 kernels
4 years ago
Jens Steube ea4fdcd7dd
Merge pull request #2703 from lordneon/master
4 years ago
Jens Steube 429b06a425
Merge pull request #2721 from h3xx/fix-typo
4 years ago
Jens Steube de19c31dee Remove lookup table for speed, add vector datatype support for CPU and unit-test script for -m 24900
4 years ago
Jens Steube 98ee8c4168
Merge pull request #2723 from Chick3nman/master
4 years ago
Jens Steube 524cb20703 Add additional support for SQLCipher v3 and hashes SHA1 and SHA256 and a unit-test
4 years ago
Jens Steube 71766dab43
Merge pull request #2596 from trounce1/24600
4 years ago
Chick3nman 677a61c7fc Added Dahua Authentication MD5, optimized kernels only. Collision rate is high, no need for Pure kernel/longer plaintexts.
4 years ago
Dan Church d9cd42d577
Fix typo
4 years ago
lordneon b470ce8df2 Updated hashcategory for m24800
4 years ago
lordneon c83204c708 Added hashmode m24800 for Umbaraco hashes
4 years ago
Gabriele Gristina 6cf3a89ac3 Added hash-mode: Stuffit5
4 years ago
Gabriele Gristina f0dec6fe64 Added hash-mode: MS Office 2016 - SheetProtection
4 years ago
Gabriele Gristina fda0d668e5 use skip also with first checks of backend_session_begin()
4 years ago
Gabriele Gristina 4c2605f7f2 switch to skip instead return -1 for all checks, moved cuda counter update to the end of loop
4 years ago
Gabriele Gristina f4dbd46b71 trying skip devices instead of return -1
4 years ago
RAN1 8f871db328 Makefile: Check Darwin major version instead of macOS minor version
4 years ago
Gabriele Gristina 82af37b93a Added salt type and slow hash info
4 years ago
Gabriele Gristina 77e328d659 Removed option --example-hashes, now is an alias of --hash-info
4 years ago
Gabriele Gristina 3ed1f0d840 Added new option: --hash-info
4 years ago