Kappa
“Great things are not done by impulse, but by a series of small things brought together.”
Description
Can you get the real meaning from this file. Download the file here.
Hints
- Engaging in various decoding processes is of utmost importance
Solution
picoCTF{caesar_d3cr9pt3d_b204adc6}
CLI
kappa@kappa-Aspire-Z5600:~$ echo -n 'YidkM0JxZGtwQlRYdHFhR3g2YUhsZmF6TnFlVGwzWVROclgya3lNRFJvYTJvMmZRPT0nCg==' | base64 --decode
b'd3BqdkpBTXtqaGx6aHlfazNqeTl3YTNrX2kyMDRoa2o2fQ=='
Romoved the b to decode again...
kappa@kappa-Aspire-Z5600:~$ echo -n
'd3BqdkpBTXtqaGx6aHlfazNqeTl3YTNrX2kyMDRoa2o2fQ==' | base64 --decode
wpjvJAM{jhlzhy_k3jy9wa3k_i204hkj6}kappa@kappa-Aspire-Z5600:~$
https://www.dcode.fr/caesar-cipher
wpjvJAM{jhlzhy_k3jy9wa3k_i204hkj6}
picoCTF{caesar_d3cr9pt3d_b204adc6}