Hash Generator (Independent Publisher) (Preview)
This hash generator allows you to generate hashes from your input string. You can choose between SHA1, SHA256, SHA512 and MD5.
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - US Department of Defense (DoD) |
Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Contact | |
---|---|
Name | Troy Taylor |
URL | https://www.hitachisolutions.com |
ttaylor@hitachisolutions.com |
Connector Metadata | |
---|---|
Publisher | Troy Taylor, Jeffrey Irwin, Ramiro Melgoza |
Website | https://www.troystaylor.com/ |
Privacy policy | https://www.troystaylor.com/ |
Categories | Security |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Generate Hash |
Generate a hash from the given string. |
Generate Hash
Generate a hash from the given string.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
String
|
string | True | string |
The string to be hashed. |
Hash Type
|
type | string |
The hash type. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Hash
|
hash | string |
The hash. |
Value To Hash
|
valueToHash | string |
The value hashed. |