- Category : Cryptography | Beginner
- Challenge : CIPHER PLAY
- Author : davnit7607
- Attachment : Download
- Point : 26
- Quality : 2.15/5
- Difficulty : 1.15/5
- Flag format : cipher{your_flag}
- Message : Cipher text - xqclkr{m1b3v3e3_g1vh3i_1n_k001}
- key : Vinegar
- Description : While hacking Rohan loses the ciphertext to be submitted as a flag. But he remembered that it's a Vingenere cipher and the key is Vinegar. Help Rohan to retrieve the flag.
Who to solve it
what is Vigenere Cipher
The plaintext(P) and key(K) are added modulo 26.
Encryption = (Plaintext + key) % 26
Decryption
Decryption = (Encryption - Key + 26) % 26
- boxentriq.com
- dcode.fr
- cs.du.edu
No comments:
Post a Comment
Tell us how you like it.