HashingisHashEqual(String, String) Method
returns true if the input text is equal to hashed text
Namespace: KLib.CryptoAssembly: KLib.Utilities (in KLib.Utilities.dll) Version: 1.0.0.0 (1.0.0.0)
public static bool isHashEqual(
string inputText,
string hashText
)
- inputText String
- unhashed text to test
- hashText String
- already hashed text
Booleanboolean true or false