Skip to content

Conversation

@anveshmupparaju
Copy link
Contributor

This pull request introduces a new Flow Action named "String Message Digest", which enables users to generate cryptographic digests from input strings using the following algorithms:

  • MD5
  • SHA1
  • SHA256

The action supports two output formats:

  • Base64
  • Hexadecimal

Key Features:

  • Clean and extensible logic using a mapping structure for algorithm-output combinations.
  • Designed for easy integration into Flow Designer for use in automation and integration scenarios.

Use Cases:

  • Generating unique identifiers or checksums for strings.
  • Verifying data integrity in integrations.
  • Lightweight cryptographic operations.

Tested Scenarios: All supported algorithm-output combinations.

@github-actions
Copy link

github-actions bot commented Oct 8, 2025

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 merged commit e432956 into ServiceNowDevProgram:main Oct 8, 2025
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