Skip to content
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

[identification] base64 encoded data #281

Open
mr-tz opened this issue Feb 28, 2018 · 3 comments
Open

[identification] base64 encoded data #281

mr-tz opened this issue Feb 28, 2018 · 3 comments

Comments

@mr-tz
Copy link
Collaborator

mr-tz commented Feb 28, 2018

e.g. look for ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/= string

@RahulSankhla312
Copy link
Contributor

Hello @mr-tz I started working on this issue.

I have currently changed for stack_strings , that if a String is base_64 , it is identified . I have attached the output .
image

Kindly see through it and suggest the changes necessary .

@williballenthin
Copy link
Collaborator

The intent of this issue is to track the idea that the "decoding routine identification phase" should take into account references to the Base64 alphabet. The intuition being that when the Base64 alphabet is seen, it's probably used nearby to decide some data. So in the same part of the code where we recognize non-zero xor and high xrefs, we should also inspect string references for the default Base64 alphabet.

@mr-tz
Copy link
Collaborator Author

mr-tz commented Mar 14, 2024

sidebar: your idea here could be an interesting additional tag for Quantumstrand

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

No branches or pull requests

3 participants