Hello All,
Below is the code snippet from Ruby.
Digest::SHA256.base64digest('')
I need to generate the same in Appian and pass it to the integration header parameter, please let me know if anyone has done this before.
Thank You,
Sneha.
Discussion posts and replies are publicly visible
Did you try this plugin?
community.appian.com/.../cryptography-hash-functions
Hello Stefan,
Yes I tried with this plug-in but facing some issue while invoking external api. So would like to know if there any other way we can generate base64 digest string.
There are so many ways of how this can be done. If yours is not supported by the existing plugins, your might have to develop your own using Java.
Ok noted.
Thank you for response Stefan.