forked from openwall/john
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[pull] bleeding-jumbo from openwall:bleeding-jumbo #160
Open
pull
wants to merge
262
commits into
nonomal:bleeding-jumbo
Choose a base branch
from
openwall:bleeding-jumbo
base: bleeding-jumbo
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
except for one line in src/configure, all as detected by: git diff-index --check --cached 4b825dc642cb6eb9a060e54bf8d69288fbee4904
excluding fuzz.dic rules/ ztex/inouttraffic.ihx
for now excluding unused/ tests/NIST_CAVS/ ztex/ (mixed linefeeds)
for now excluding src/tests/NIST_CAVS/ and src/ztex/fpga-*
Remove some unnecessary tasks and add a build for ARM. Signed-off-by: Claudio André <claudioandre.br@gmail.com>
SunMD5 format crashes on ARM (macOS and Linux) See #5296. Signed-off-by: Claudio André <claudioandre.br@gmail.com>
Wine tasks cannot be run under new Fedora images, but "normal" tasks must be updated. Likewise, OpenCL should also be updated (when possible). Signed-off-by: Claudio André <claudioandre.br@gmail.com>
gcc8, clang8, and clang9 jobs remain on ubuntu-20.04 because ubuntu-latest doesn't provide these compilers.
These jobs explicitly use ubuntu-24.04 because ubuntu-latest still points to ubuntu-22.04 where these compilers are not available. Resolves: #5561
Note that gcc-14 jobs explicitly use ubuntu-24.04 because ubuntu-latest still points to ubuntu-22.04 where gcc-14 is not available.
We never free memory except in format's done(), instead we reuse the allocations per thread, and realloc if needed. We also got rid of a small malloc/free per call for a temporary buffer, by moving away from argon2_hash() in favor of argon2_ctx(). Closes #5558
Added bitlocker2john.py, updated README.BitLocker and NEWS Added Python script to extract hashes for BitLocker-encrypted volumes Updated README.BitLocker to include Python script usage Updated NEWS
What requires greater alignment goes first. This change currently reduces the struct from 72 to 64 bytes.
It wasn't reporting stacked rules correcly. See #5524
Other thin formats with similar our_salt and our_binary functions set both BINARY_ALIGN and SALT_ALIGN to MEM_ALIGN_WORD. Signed-off-by: Claudio André <dev@claudioandre.slmail.me>
The hashes come with an IV field but we don't use it. Without this canonicalization (we set it to all zeros), john can't recognize same hash with different IV from the pot file as "same".
opencl_helper_macros.h Above all this adds a simple standardized way to allocate pinned buffers (speeding up DMA transfers) which is a bit tricky.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )