Crypter GetCrypter 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 static Crypter GetCrypter(
	string cryptedPassword
)

Parameters

cryptedPassword
Type: OnlineSystem String
The crypted password or prefix.

Return Value

A compatible crypt algorithm.
Exceptions

See Also