Click or drag to resize

CryptoHelperHash Method

Hash a text with a salt using PBKDF2 (HMACSHA256, 100000 iterations), returned as a base64 string

Namespace: Seal.Helpers
Assembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntax
C#
public static string Hash(
	string text,
	string salt
)

Parameters

text  String
 
salt  String
 

Return Value

String
See Also