Created
April 9, 2020 09:18
-
-
Save junquera/788f44718aad783a1f4303f53d1995ae to your computer and use it in GitHub Desktop.
Brute Caesar rahash2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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