Creates an unsalted, non-reversible Hash value from the specified text.

This uses a consistent Salt value to create the Hash meaning that passing in the same value and key will always produce the same Hash value.

Syntax

ISEncryption.CreateUnsaltedHash(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