Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/othyn/hts-mission-basic-6-decryption-tool
- Owner: othyn
- Created: 2015-10-11T22:08:43.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-12T00:25:05.000Z (about 9 years ago)
- Last Synced: 2024-10-25T05:57:28.071Z (3 months ago)
- Language: C#
- Size: 148 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!