Skip to content

Latest commit

 

History

History

would-you-wordle

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

would-you-wordle

Challenge Text

  • Someone left this secret text string and unfinished Wordle. Can you put them together to get the flag?
  • pUpPHg3KfB15MG2KGtQQMDEECPOF8oa3VA==

Hint

  • Ron's Code

Solution

  • Solve the Wordle to get the Key = "thorn". Use the RC4 cipher (used by WEP) and the Key to decrypt the string.
  • Flag: jctf{CryptoIsTheKeyToFun}

Credit