diff --git a/Technical/picoCTF/t1/q2.md b/Technical/picoCTF/t1/q2.md index 2fdcfbd..a6538bd 100644 --- a/Technical/picoCTF/t1/q2.md +++ b/Technical/picoCTF/t1/q2.md @@ -1,7 +1,7 @@ -Question: Easy1 -Key: picoCTF{CRYPTOISFUN} +# Question: Easy1 +### Key: picoCTF{CRYPTOISFUN} -Core concept: Vignere Cypher - Decrypted character=(Encrypted character−Key character+26)mod26 +**Core concept: Vignere Cypher - Decrypted character=(Encrypted character−Key character+26)mod26** Can be solved by an easy Python script: