Skip to content

Instantly share code, notes, and snippets.

@ViktorSimko
Created December 11, 2016 10:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ViktorSimko/6bb2c54ae2b1d19f15f1e3f753e72699 to your computer and use it in GitHub Desktop.
Save ViktorSimko/6bb2c54ae2b1d19f15f1e3f753e72699 to your computer and use it in GitHub Desktop.
hash='0bee89b07a248e27c83fc3d5951213c1'
for i in {a..z}{a..z}{a..z}; do
if [[ $(md5 <<< "$i") == $hash ]]; then
echo "$i"
break
fi
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment