h4tt / H4TT-2.3

MIT License
3 stars 0 forks source link

et_tu_brute solution has incorrect caesar cipher shift #20

Closed rickydam closed 5 years ago

rickydam commented 5 years ago

Current URL is https://gchq.github.io/CyberChef/#recipe=ROT13(true,true,16)

But the caesar cipher shift should be 10 https://gchq.github.io/CyberChef/#recipe=ROT13(true,true,10)

AngelOnFira commented 5 years ago

Hey @rickydam! Thanks for catching that, I'm fixing it up right now 😃