Skip to content

Commit fd8cf5a

Browse files
Refine README description for checksum extension
Updated description to specify use of .Net System.Security.Cryptography DLL and mention replacement of obsolete 'ComputeHash' action.
1 parent d2cfd70 commit fd8cf5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# OutSystems.Extension.NetChecksumUtils
2-
A high-performance OutSystems Extension built with .NET 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.
2+
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.
33

44
🚀 Features
55
Multi-Algorithm Support: Generate hashes using MD5, SHA256, SHA3_256, and SHA512.

0 commit comments

Comments
 (0)