Skip to content

Handle file names case insensitively #34

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

DidierA
Copy link
Contributor

@DidierA DidierA commented Apr 7, 2025

Rewrite of PR #32.
Tested with Python 3.10.16 and 3.13.2.

@zblurx
Copy link
Owner

zblurx commented Apr 9, 2025

Hey @DidierA, thank you for the PR. I left one comment on the code but the rest of the PR is fine.

@DidierA
Copy link
Contributor Author

DidierA commented Apr 9, 2025

Hi, Sorry, I cannot find your comment ?

@zblurx
Copy link
Owner

zblurx commented Apr 15, 2025

Hi, sorry for the delay.

I saw you switched latin-1 and utf16-le in https://github.com/zblurx/dploot/pull/34/files#diff-1b6d47493bbf954673432ea89280b5faf0309c4e2fd41b16aa3ad61e17b58369R137, why that ?

@DidierA
Copy link
Contributor Author

DidierA commented Apr 15, 2025

I have a case where it was decoding in utf-16 without error, but the result was Chinese characters, and latin-1 was the correct password.
I am not sure what should really be done, because I know sometimes utf-16 is the correct encoding... Maybe both should be displayed, and a hexdump to be sure 😅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants