You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.
Jonathan Ho edited this page Mar 24, 2020
·
1 revision
For this challenge, we are given the following string:
egkyGGJ{Q3e_Xf_FshH3wf}
The string looks like the correct length for the flag. We know the flag format is riftCTF{ so we can eliminate caesar cipher because C and T both encrypted to G. The hint tells us that it is a cipher with a key. The most obvious cipher with a key is vigenere.
Now that we know it is vigenere, we need to figure out the key. The hint also includes a link to Louis Nyffenegger's LinkedIn page. The shortened url is http://bit.ly/l4stnam3 so the key is probably Louis' last name, Nyffenegger.