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

Operation request: Binary XOR support #398

Closed
atoponce opened this issue Oct 18, 2018 · 3 comments
Closed

Operation request: Binary XOR support #398

atoponce opened this issue Oct 18, 2018 · 3 comments

Comments

@atoponce
Copy link

atoponce commented Oct 18, 2018

Summary

It would be nice to support binary strings for input and key, in addition to the already supported hexadecimal, Decimal, Base64, etc.

Example

    0010 (decimal 2)
XOR 1010 (decimal 10)
  = 1000 (decimal 8)
@n1474335
Copy link
Member

n1474335 commented Nov 9, 2018

Good idea. I've implemented this for XOR, OR, AND, ADD and SUB operations.

image

@CodingTheUnknown
Copy link

how can i get the value between the two XOR function

@Nayef3
Copy link

Nayef3 commented Oct 22, 2020

how can i get the value between the two XOR function

BRAVO68WEB pushed a commit to BRAVO68WEB/CyberChef that referenced this issue May 29, 2022
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

4 participants