Created
June 9, 2022 09:07
-
-
Save gdouzwt/f97cbe4612b4c9a8c68e679b0295084c to your computer and use it in GitHub Desktop.
java-hex-string-to=base64url
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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