Skip to content

Instantly share code, notes, and snippets.

@l2dy
Created April 22, 2016 13:52
Show Gist options
  • Save l2dy/578109936adaadda76db57badcf6db18 to your computer and use it in GitHub Desktop.
Save l2dy/578109936adaadda76db57badcf6db18 to your computer and use it in GitHub Desktop.
awk '{print $2}' key.pub | base64 -d | md5sum -b | sed 's/../&:/g; s/: .*$//'
awk '{print $2}' key.pub | base64 -d | sha256sum -b | sed 's/ .*$//' | xxd -r -p | base64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment