Creates a salted, non-reversible Hash value from the specified text.

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.

Syntax

ISEncryption.CreateHash(value, key)

Parameters

NameTypeOptionalByRefDescription
value String Text to Hash.
key String Key used to Hash.

Return Value

String

Hash value formatted as a base64-encoded string, allow 64 bytes to store value.

Member of:
ISEncryption
Namespace:
Intersoft.ISRuntime6
Assembly:
ISRuntime6, Version=6.0.3
Target Framework:
.NET 9.0