Skip to content

Instantly share code, notes, and snippets.

@erayarslan
Created July 17, 2014 10:37
Show Gist options
  • Save erayarslan/7bcf17c533260c4d3385 to your computer and use it in GitHub Desktop.
Save erayarslan/7bcf17c533260c4d3385 to your computer and use it in GitHub Desktop.
linux console hash gen
echo -n "text" | md5sum
echo -n "text" | sha512sum
echo -n "text" | sha256sum
echo -n "text" | sha1sum
echo -n "text" | base64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment