C# Class KeePassLib.Keys.KcpPassword

Master password / passphrase as provided by the user.
Inheritance: IUserKey
Show file Open project: cappert/keepass2 Class Usage Examples

Public Methods

Method Description
KcpPassword ( byte pbPasswordUtf8 ) : System.Security.Cryptography
KcpPassword ( string strPassword ) : System.Security.Cryptography

Private Methods

Method Description
SetKey ( byte pbPasswordUtf8 ) : void
ValidatePassword ( byte pb ) : bool

Method Details

KcpPassword() public method

public KcpPassword ( byte pbPasswordUtf8 ) : System.Security.Cryptography
pbPasswordUtf8 byte
return System.Security.Cryptography

KcpPassword() public method

public KcpPassword ( string strPassword ) : System.Security.Cryptography
strPassword string
return System.Security.Cryptography