You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SHA Hash Plugin is a secure, plug-and-play component for the FlowSynx engine. It enables the computation of various SHA family hashes (including SHA-1, SHA-2, SHA-3, and SHAKE) from text or binary data, and is designed to seamlessly integrate into FlowSynx’s no-code/low-code automation workflows.
4
+
5
+
This plugin is automatically installed and managed by the FlowSynx engine when selected within the platform. It is not intended for standalone use or manual installation outside the FlowSynx environment.
6
+
7
+
---
8
+
9
+
## Purpose
10
+
11
+
This plugin allows FlowSynx users to generate cryptographic hash values using a range of SHA algorithms for input values as part of their workflow logic—without writing any code. Once activated, it becomes available as a utility function within the platform's workflow builder, supporting automation, validation, data integrity, and transformation scenarios.
12
+
13
+
---
14
+
15
+
## Supported Algorithms
16
+
17
+
The plugin supports the following hash algorithms:
18
+
19
+
- SHA-1
20
+
- SHA-224
21
+
- SHA-256
22
+
- SHA-384
23
+
- SHA-512
24
+
- SHA-512/224
25
+
- SHA-512/256
26
+
- SHA3-224
27
+
- SHA3-256
28
+
- SHA3-384
29
+
- SHA3-512
30
+
- SHAKE128 (configurable output length)
31
+
- SHAKE256 (configurable output length)
32
+
33
+
## Notes
34
+
35
+
- This plugin is supported exclusively within the FlowSynx platform.
36
+
- It is installed automatically by the FlowSynx engine.
37
+
- All hashing logic is securely executed within the FlowSynx runtime.
38
+
- Plugin input (e.g., text, bytes, output length) is configured through FlowSynx-managed specifications.
39
+
- SHAKE algorithms support customizable output lengths defined in the plugin specification.
The SHA Hash Plugin is a secure, plug-and-play component for the FlowSynx engine. It enables the computation of various SHA family hashes (including SHA-1, SHA-2, SHA-3, and SHAKE) from text or binary data, and is designed to seamlessly integrate into FlowSynx’s no-code/low-code automation workflows.
4
+
5
+
This plugin is automatically installed and managed by the FlowSynx engine when selected within the platform. It is not intended for standalone use or manual installation outside the FlowSynx environment.
6
+
7
+
---
8
+
9
+
## Purpose
10
+
11
+
This plugin allows FlowSynx users to generate cryptographic hash values using a range of SHA algorithms for input values as part of their workflow logic—without writing any code. Once activated, it becomes available as a utility function within the platform's workflow builder, supporting automation, validation, data integrity, and transformation scenarios.
12
+
13
+
---
14
+
15
+
## Supported Algorithms
16
+
17
+
The plugin supports the following hash algorithms:
18
+
19
+
- SHA-1
20
+
- SHA-224
21
+
- SHA-256
22
+
- SHA-384
23
+
- SHA-512
24
+
- SHA-512/224
25
+
- SHA-512/256
26
+
- SHA3-224
27
+
- SHA3-256
28
+
- SHA3-384
29
+
- SHA3-512
30
+
- SHAKE128 (configurable output length)
31
+
- SHAKE256 (configurable output length)
32
+
33
+
## Notes
34
+
35
+
- This plugin is supported exclusively within the FlowSynx platform.
36
+
- It is installed automatically by the FlowSynx engine.
37
+
- All hashing logic is securely executed within the FlowSynx runtime.
38
+
- Plugin input (e.g., text, bytes, output length) is configured through FlowSynx-managed specifications.
39
+
- SHAKE algorithms support customizable output lengths defined in the plugin specification.
0 commit comments