HMAC base64 to hex
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2021 02:49 AM
Hello everybody! To integrate with a third-party service, I use hmac. With the help of the servicenow, I managed to calculate the hmac only in base64, but I need it in hex. Please tell me how to decode correctly base 64 in hex? GlideStringUtil does not work in my instance.
Labels:
- Labels:
-
Personal Developer Instance
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2021 03:02 AM
Hi,
refer below links for help
Converting a base64 string to Hex
https://gist.github.com/vetsin/117cfe99ab0f87c1ac2d5c6387d1f7b4
Regards
Ankur
Regards,
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2021 03:07 AM
Thank's! I will try to use this