Commit Graph

1217 Commits (6440b44c51b81df29540afa37a212b1170810d65)

Author SHA1 Message Date
sein 6e642121e7 allow up to 11 chars for the P value of PDFs
2 years ago
jsteube 1154272d6a Normalize initial out_buf line in encoder in -m 30700
2 years ago
Jens Steube 2431201007
Merge pull request #3536 from hops/anope-sha256
2 years ago
hops 7edda7c82f Added hash-mode: Anope IRC Services (enc_sha256)
2 years ago
jsteube 57fe66dd10 Precompute byteswap for salt in -m 28200
2 years ago
jsteube 3035f4c24f Precompute byteswap for salt in -m 21300
2 years ago
Jens Steube d008c5cb11
Merge pull request #3522 from rjancewicz/rjancewicz/m07350-rakp-hmac-md5
2 years ago
Jens Steube 072f467d6a Remove unroll for AMD GPU for -m 19000 and -m 21000
2 years ago
Jens Steube fa4aad963c Remove unroll for AMD GPU for -m 1750 and -m 1760
2 years ago
Jens Steube 453ec4e7d9 DEScrypt Kernel (1500): Improved performance from 950MH/s to 2200MH/s (RX6900XT) on HIP backend by workaround invalid compile time optimizer
2 years ago
Jens Steube 570750a84d
Merge pull request #3521 from RLStrug/fix-25200
2 years ago
Jens Steube f954b400d7
Merge pull request #3519 from RLStrug/fix-25100
2 years ago
Jens Steube 38cc7225ae
Merge pull request #3517 from RLStrug/fix-25000
2 years ago
philsmd b2c2fc86b4
fix whitespace
2 years ago
Jens Steube ace9ece437
Merge pull request #3514 from PenguinKeeper7/pkzip-collision-warning
2 years ago
Jens Steube c8e92f1316 Limit maximum number of threads for scrypt based hash-modes to 32, no matter the hardware.
2 years ago
Russell Jancewicz f0023229b6 initial rakp-hmac-md5 optmized kernels - pure kernels fall back on copes of m00050 (hmac md5)
2 years ago
laika e69dc3ff31 Corrected issue for module 25200 (SNMPv3 HMAC-SHA1-96) Password length should not be restricted to a minimum length
2 years ago
laika f546fa2915 Corrected issue for module 25100 (SNMPv3 HMAC-MD5-96)\nPassword length should not be restricted to a minimum length
2 years ago
laika 6528f85c89 Corrected issue for module 25000 (SNMPv3 HMAC-MD5-96/HMAC-SHA1-96). Password length should not be restricted to a minimum length
2 years ago
Jens Steube a7dbd73612 Add Radeon Pro W5700X to more scrypt based hash-modes and fix some metal issues
2 years ago
Jens Steube 80ba8ca18e Rename -m 25850 to 30600 and add missing unit-test
2 years ago
Jens Steube 6e0ec16e35
Merge pull request #3513 from mephesto1337/bcrypt_sha256
2 years ago
Jens Steube b3095acc8b
Merge pull request #3511 from rickvanderzwet/issue-3484-m14600-error-handling-on-container-without-payload
2 years ago
PenguinKeeper7 0537794b50
Update module_17210.c
2 years ago
PenguinKeeper7 39700ad870
Update module_17210.c
2 years ago
PenguinKeeper7 fd3c0a7467
Update module_17210.c
2 years ago
Thomas WACHE 01938c374c Merge remote-tracking branch 'origin/master' into bcrypt_sha256
2 years ago
Thomas WACHE e159b459a4 Added bcrypt_sha256
2 years ago
Jens Steube 8a82c75a99 macOS 13.0 fixed many issues in the OpenCL API. The module_unstable_warning() functions in many hash modes can then be removed
2 years ago
Jens Steube 346e945045
Merge branch 'master' into ripemd160-hmac
2 years ago
Rick van der Zwet 1b663b02fe Fix m14600 confusing error message on container without payload data
2 years ago
jsteube c35d8ecfd4 Update hash category for hash-mode 170xx
2 years ago
Mr Dromedary c3e852b287 Interface changed, add module_benchmark_charset
2 years ago
Mr Dromedary 1ed5d7d6d8 Support for GPG keys with SHA-512 as s2k digest algorithm
2 years ago
piwvvo 0bd3fa4fe4 added HMAC-RIPEMD160
2 years ago
piwvvo f5c53a7e77 added mode 30500
2 years ago
Jens Steube 1f4d8dd0fd Remove OPTS_TYPE_MAXIMUM_THREADS flag where no longer required by AMD HIP jit compiler
2 years ago
Jens Steube 653f34e9a2 Mark some hash-modes for Apple Metal as unstable
2 years ago
Jens Steube 6aa3e0882d Mark some hash-modes for Apple Metal as unstable
2 years ago
Jens Steube f6537a2964 Use inline static on HIP for some hash-modes which benefit from it
2 years ago
jsteube 02698b1c77 Rename -m 1412 to -m 30420, add unit test and optimized kernels
2 years ago
dloveall 73cd517c36
SHA2-256 DANE RFC7929/RFC8162 support
2 years ago
Jens Steube 2a20731b00 Remove unroll flag for -m 1500 for HIP because ROCm 5.3 uses new PM and unroll has negative effect on it
2 years ago
Jens Steube eaf3de164b Remove option "-flegacy-pass-manager" if HIP backend is used. Support was removed from LLVM 15. There's no alternative option available.
2 years ago
Jens Steube 8e6351cf77
Merge pull request #3482 from davidrozen76/master
2 years ago
jsteube baa3744689 Fixed false negative in updated -m 299xx plugins due to invalid handling of decrypted data.
2 years ago
Jens Steube e34a9244f3
Merge pull request #3489 from Lars-Saetaberget/lastpass_bugfix
2 years ago
Jens Steube 1f0fb154a5
Merge pull request #3485 from Lars-Saetaberget/lastpass_iv
2 years ago
Lars Sætaberget b30e9ec4da Fix bug in -m 6800 where not all hashes are checked if they have the same salt
2 years ago