Update Technical/picoCTF/t1/q2.md

This commit is contained in:
Aadit Agrawal 2024-10-30 23:45:35 +05:30
parent 5f90d6bdf1
commit 4b4e1d0880

View File

@ -1,7 +1,7 @@
# Question: Easy1
### Key: picoCTF{CRYPTOISFUN}
**Core concept: Vignere Cypher - Decrypted character=(Encrypted characterKey character+26)mod26**
**Core concept: Vigenere Cypher - Decrypted character=(Encrypted characterKey character+26)mod26**
Can be solved by an easy Python script: