Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
#Automation
Does anybody know webMethods 8.2 support AES and SHA256 algorithm? I don’t see these selections in the TN console. Thanks
Check if this service pub.security.util:createMessageDigest helps.
It supports the below algo.
MD5 SHA-1/256/384.
thanks?so how about the AES?
Not sure about this if we have one. Check the built-in WmPublic services guide, else you can write a custom java service.