https://github.com/dilmiwickramarathna/xor_decoder
https://github.com/dilmiwickramarathna/xor_decoder
informationsecurity python xordecoder
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dilmiwickramarathna/xor_decoder
- Owner: DilmiWickramarathna
- Created: 2024-12-26T23:05:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-26T23:33:31.000Z (over 1 year ago)
- Last Synced: 2025-01-21T11:17:04.437Z (over 1 year ago)
- Topics: informationsecurity, python, xordecoder
- Language: Python
- Homepage:
- Size: 247 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# XOR_Decorder
**Task**: Decrypt the given XOR encrypted "encoded.enc" file.
**Hint**: It has been encrypted with a key 120 bits long, but the file starts with the string "Hello, You ha". The plain text is in ascii.
**Solution**: Reverse engineering and bruteforce methods
**Output**: Hello, You have successfully decoded the file. Congratulations!!