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.
- Host: GitHub
- URL: https://github.com/keramas/hexxorscii
- Owner: Keramas
- Created: 2017-12-18T03:42:55.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-18T03:47:21.000Z (almost 8 years ago)
- Last Synced: 2025-01-10T19:25:11.941Z (9 months ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.