Skip to content

Instantly share code, notes, and snippets.

@aaronolds
Created November 18, 2015 03:10
Show Gist options
  • Save aaronolds/cc3d44fa8407c275eb04 to your computer and use it in GitHub Desktop.
Save aaronolds/cc3d44fa8407c275eb04 to your computer and use it in GitHub Desktop.
Convert byte array to Hex String
BitConverter.ToString(md5Hash).Replace("-", string.Empty));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment