We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug I see the Magic operation list Encode_text('UTF-7 (65000)') results with low entropy (giving the if they're good).
Magic
Encode_text('UTF-7 (65000)')
I think the magic operation should skip UTF-7 encode operation unless "Extensive language support" is enabled.
Example:
To Reproduce Paste any random hexadecimal string in the input, use the Magic operation.
Expected behaviour Operations that have high change of false positives should be avoided by default.
Desktop:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
I see the
Magic
operation listEncode_text('UTF-7 (65000)')
results with low entropy (giving the if they're good).I think the magic operation should skip UTF-7 encode operation unless "Extensive language support" is enabled.
Example:
To Reproduce
Paste any random hexadecimal string in the input, use the
Magic
operation.Expected behaviour
Operations that have high change of false positives should be avoided by default.
Desktop:
The text was updated successfully, but these errors were encountered: