CrypterCrypt Method (Byte) | CryptSharp |
Creates a one-way password hash (crypted password) from password bytes.
Namespace: CryptSharp
Assembly: CryptSharp (in CryptSharp.dll) Version: 2.1.0.0
Syntax
public string Crypt( byte[] password )
Public Function Crypt ( password As Byte() ) As String
public: String^ Crypt( array<unsigned char>^ password )
member Crypt : password : byte[] -> string
Parameters
- password
- Type: SystemByte
The bytes of the password.
Return Value
Type: StringThe crypted password.
See Also