Hash a text with a salt using PBKDF2 (HMACSHA256, 100000 iterations), returned as a base64 string
Namespace: Seal.HelpersAssembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntaxpublic static string Hash(
string text,
string salt
)
Parameters
- text String
-
- salt String
-
Return Value
String
See Also