Use the VerifyHash method to verify a hashed value. Since the Hash is salted, passing the same value and key will produce a different Hash each time.
| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| value | String | Text to Hash. | ||
| key | String | Key used to Hash. |
Hash value formatted as a base64-encoded string, allow 64 bytes to store value.