C# Class KeePass.IO.Utils.PasswordData

Afficher le fichier Open project: gkardava/WinPass Class Usage Examples

Méthodes publiques

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

Method Details

PasswordData() public méthode

public PasswordData ( string password, byte keyFile ) : System
password string
keyFile byte
Résultat System

TransformKey() public méthode

public TransformKey ( byte transformSeed, int rounds ) : byte[]
transformSeed byte
rounds int
Résultat byte[]