HashingisHashEqual(String, String) Method

returns true if the input text is equal to hashed text

Definition

Namespace: KLib.Crypto
Assembly: KLib.Utilities (in KLib.Utilities.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public static bool isHashEqual(
	string inputText,
	string hashText
)

Parameters

inputText  String
unhashed text to test
hashText  String
already hashed text

Return Value

Boolean
boolean true or false

See Also