Skip to content

Add MAC generation Flow action#110

Merged
ravichandra1998g merged 3 commits into
ServiceNowDevProgram:mainfrom
anveshmupparaju:certificate_encryption
Oct 8, 2025
Merged

Add MAC generation Flow action#110
ravichandra1998g merged 3 commits into
ServiceNowDevProgram:mainfrom
anveshmupparaju:certificate_encryption

Conversation

@anveshmupparaju

Copy link
Copy Markdown
Contributor

This pull request introduces a new flow action that generates a Message Authentication Code (MAC). The action accepts the following inputs:

Key: Secret key used for MAC generation

Algorithm: Supported cryptographic algorithm (e.g., HMAC-SHA256)

Data: Input string to be authenticated

The output is a Base64-encoded MAC, ensuring compatibility with downstream systems and easy transport.

@github-actions

github-actions Bot commented Oct 8, 2025

Copy link
Copy Markdown

Valid PR for ActionPack

Thank you for your contribution. This PR complies with the CONTRIBUTING.md.
A maintainer will review this shortly. In the meantime, Happy Hacking!

@ravichandra1998g ravichandra1998g self-assigned this Oct 8, 2025

@ravichandra1998g ravichandra1998g left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good now, Thank you for submitting!

@ravichandra1998g ravichandra1998g merged commit 1bdbd68 into ServiceNowDevProgram:main Oct 8, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants