PicoCTF - Cryptography (Mod 26)
Still this post is updating.. Other challenges are coming soon..
Mod 26
Using ROT13 decrypter online Or use command line
visith@visith-VirtualBox:~/Documents/Picoctf/Obedient Cat$ echo "cvpbPGS{arkg_gvzr_V'yy_gel_2_ebhaqf_bs_ebg13_GYpXOHqX}" | tr '[A-Za-z]' '[N-ZA-Mn-za-m]'
picoCTF{next_time_I'll_try_2_rounds_of_rot13_TLcKBUdK}
visith@visith-VirtualBox:~/Documents/Picoctf/Obedient Cat$
Adding tr command to .bashrc file
stackoverflow
alias rot13="tr 'A-Za-z' 'N-ZA-Mn-za-m'"
Now you can just call:
visith@visith-VirtualBox:~/Documents/Picoctf/Obedient Cat$ echo "cvpbPGS{arkg_gvzr_V'yy_gel_2_ebhaqf_bs_ebg13_GYpXOHqX}" | rot13
picoCTF{next_time_I'll_try_2_rounds_of_rot13_TLcKBUdK}