An open API service indexing awesome lists of open source software.

https://github.com/keramas/hexxorscii

Quick tool to XOR hex values and then convert them to an ascii string.
https://github.com/keramas/hexxorscii

Last synced: 7 months ago
JSON representation

Quick tool to XOR hex values and then convert them to an ascii string.

Awesome Lists containing this project

README

          

Hexxorscii

I've encountered multiple instances during CTFs that require hex values to be XORed with another hex value, and then converted into an ascii string to form a flag or a necessary part to obtain a flag.

This quick and easy script will function to do this based on whatever values you give it.