File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,15 @@ A high-performance OutSystems Extension using the .Net System.Security.Cryptogra
55🚀 Features
66Multi-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
918This extension exposes the following Server Actions within Service Studio:
1019
You can’t perform that action at this time.
0 commit comments