Skip to content

Commit 4c9b244

Browse files
Added hash algorithms comparision table to Readme.
1 parent e4d7def commit 4c9b244

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ A high-performance OutSystems Extension using the .Net System.Security.Cryptogra
55
🚀 Features
66
Multi-Algorithm Support: Generate hashes using MD5, SHA256, SHA3_256, and SHA512.
77

8+
## Hash Algorithms available
9+
| **Algorithm** | **Performance (Speed)** | **Security Level** | **Best OutSystems Use Case** |
10+
|---------------|-------------------------|--------------------|--------------------------------------------------------------------------|
11+
| MD5 | Fastest | Broken | Quick file integrity (e.g. "Did this 2KB text file download correctly?") |
12+
| SHA-256 | Moderate | High | The "Standard". Use for API integrations and standard hashing. |
13+
| SHA-512 | Fast (on 64-bit) | High | High-performance hashing for large binaries/blobs. |
14+
| SHA3-512 | Slower (Software) | Maximum | Highly sensitive data; resistance against Length Extension Attacks. |
15+
16+
817
🛠 Actions Included
918
This extension exposes the following Server Actions within Service Studio:
1019

0 commit comments

Comments
 (0)