Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/othyn/hts-mission-basic-6-decryption-tool

HTS - Mission: Basic 6 - Decryption Tool
https://github.com/othyn/hts-mission-basic-6-decryption-tool

Last synced: 27 days ago
JSON representation

HTS - Mission: Basic 6 - Decryption Tool

Awesome Lists containing this project

README

        

# HTS - Mission: Basic 6 - Decryption Tool
After figuring out what the decryption method was, I decided to write a tool as a personal challenge.

Finding the encryption method (in this instance) is fairly simple; play around, notice patterns and see what sense you can make of the output in comparison to the input. Take regular or 'easy' strings like: 11111, 12345, aaaaa or abcde, using these can show simple pattern modification as they are a more recognisable sequence to spot change in. Simple stuff really! Fiddle, ~~play~~ debug and learn.

To see the decryption method and explanation, please see the commented source code. I have not placed it here for the sake of possible Google'rs stumbling across this. Spoilers!