Searches for a crypt algorithm compatible with the specified crypted password or prefix,
Namespace: CryptSharpAssembly: CryptSharp (in CryptSharp.dll) Version: 2.0.0.0
Syntax
Parameters
- cryptedPassword
- Type: System String
The crypted password or prefix.
- crypter
- Type: CryptSharp Crypter
A compatible crypt algorithm.
Return Value
true if a compatible crypt algorithm was found.See Also