Genotype
Genotype
In this walkthrough, we are going to solve a Misc challenge
Genotype
that was pretty easy to solve and was one of the most solved challenges.
Objective: Learn various ways of identifying ciphers and decoding them using online tools.
Shall we?
- The challenge description was very vivid,
hackers have some good genes
. - Proceed to search for
DNA ciphers
.
- Reading the article by
geeksforgeeks.org
, it is evident that data and information can be hidden withinDNA Sequence
. - Head over to google and search for
DNA cipher decoder
and you should find variety of tools to perform this.
- But wait, that does not look like a flag.
- Yes, yes yes…that is no flag. I therefore introduce you to Dcodefr, a tool that will automatically detect what kind of cipher a string is encoded with.
dcode.fr
identifies the cipher asCodons (Genetic Code)
with a very high probability.- Lets now proceede and decode the cipher.
- And there we get our hidden message
YOUHAVEGOTSOMEWEIRDGENETICSHACKER
.
Takeaways There are various ways on encoding information. Don’t mistake encoding for encryption. Encoding hides data for compatibility or obfuscation, while encryption protects it with cryptographic strength.
This post is licensed under CC BY 4.0 by the author.