A high-performance OutSystems Extension using the .Net System.Security.Cryptography DLL to provide robust checksum generation and verification for strings and binary data. This extension simplifies data integrity checks by wrapping standard .NET cryptographic providers into easy-to-use Server Actions. This implementation replaces the obsolete "ComputeHash" OutSystems built-in action.
🚀 Features
Multi-Algorithm Support: Generate hashes using MD5, SHA256, SHA3_256, and SHA512.
Hash Algorithms available
🛠Actions Included
This extension exposes the following Server Actions within Service Studio:
ComputeHash
Generates a checksum for a given input based on the specified algorithm.
VerifyHash
Compares a plain value against an existing hash to check for integrity.