CrypterEnvironment TryGetCrypter Method CryptSharp
Searches for a crypt algorithm compatible with the specified crypted password or prefix,

Namespace: CryptSharp
Assembly: CryptSharp (in CryptSharp.dll) Version: 2.0.0.0
Syntax

public bool TryGetCrypter(
	string cryptedPassword,
	out Crypter crypter
)

Parameters

cryptedPassword
Type: OnlineSystem 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