StringExtensions..::..RfcHash Method
Generate hash of a given string using a cryptology hasher and password
Namespace:
SystemAssembly: Walter (in Walter.dll)
Syntax
Parameters
- plainText
- Type: String
The text to compute the hash for
- password
- Type: String
Password to use when generating hash
- hashItterations
- Type: Int32
the looping used to shuffle the derive the key, the higher the number the more time needed to execute the method

