C# Class KeePass.IO.Utils.PasswordData

显示文件 Open project: gkardava/WinPass Class Usage Examples

Public Methods

Method Description
PasswordData ( string password, byte keyFile ) : System
TransformKey ( byte transformSeed, int rounds ) : byte[]

Method Details

PasswordData() public method

public PasswordData ( string password, byte keyFile ) : System
password string
keyFile byte
return System

TransformKey() public method

public TransformKey ( byte transformSeed, int rounds ) : byte[]
transformSeed byte
rounds int
return byte[]