Skip to content

Instantly share code, notes, and snippets.

@junquera
Created April 9, 2020 09:18
Show Gist options
  • Save junquera/788f44718aad783a1f4303f53d1995ae to your computer and use it in GitHub Desktop.
Save junquera/788f44718aad783a1f4303f53d1995ae to your computer and use it in GitHub Desktop.
Brute Caesar rahash2
for i in $(seq 1 26); do
echo "$i:" $(printf "$1" | rahash2 -D rot -S s:$i -s -);
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment