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

https://github.com/dilmiwickramarathna/xor_decoder


https://github.com/dilmiwickramarathna/xor_decoder

informationsecurity python xordecoder

Last synced: over 1 year ago
JSON representation

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!!