This folder contains solutions for the Krypton wargame from OverTheWire.
level0 is only decoding this string: S1JZUFRPTklTR1JFQVQ=
which gives you KRYPTONISGREAT
Flag: KRYPTONISGREAT
in this level there is rot13.
we can use this short script to solve it:
alias ROT13="tr a-zA-Z n-za-mN-ZA-M"
cat krypton2 | ROT13
Flag: LEVEL TWO PASSWORD ROTTEN