xortool icon indicating copy to clipboard operation
xortool copied to clipboard

A tool to analyze multi-byte xor cipher

Results 8 xortool issues
Sort by recently updated
recently updated
newest added

I had problems with xortool to handle all files in test/data and also I wanted to use Python 3. After initial fixes, I noticed it was somewhat slow and limited...

I have this example: `flag{` ⊕ `fe9xw` = 0x0009581F0C When I try to brute force with a known key length - can't find the solution: ``` $ cat xor2.hex 0009581F0C...

In some CTF's the value of threshold_valid can potentially be too high to be marked as a "found plaintext". Hoping to make it easier to adjust with this option. xortool...

There appears to be a missing dependency, since I see this error when trying to run xortool on a fresh install using pip: ``` Traceback (most recent call last): File...

Could you please tag the source again? Otherwise all distributions which were shipping `xortool` and were using the GitHub releases need to change their description to build the packages. Thanks

Use Typer Framework to wrap around to make it colourful ![Screenshot_20250425_205154](https://github.com/user-attachments/assets/2ef0694d-5d18-4b25-9f32-7907d23c90a7) Fix to add support of Python3.9+

For my own reference, I added type hints to this library, and figured that it might be nice to upstream them to you. Also, while doing this, I also found...