Skip to content

Instantly share code, notes, and snippets.

@gdouzwt
Created June 9, 2022 09:07
Show Gist options
  • Save gdouzwt/f97cbe4612b4c9a8c68e679b0295084c to your computer and use it in GitHub Desktop.
Save gdouzwt/f97cbe4612b4c9a8c68e679b0295084c to your computer and use it in GitHub Desktop.
java-hex-string-to=base64url
new String(Base64.getUrlEncoder().withoutPadding().encodeToString(HexFormat.of().parseHex("6AA2FE5A95CC61A508CBCFAF96158AA2")))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment