ZipCrackerTestPasswords Method

Tests the specified passwords.

Definition

Namespace: DevCase.ThirdParty.DotNetZip
Assembly: DevCase.net48.ThirdParty.DotNetZip (in DevCase.net48.ThirdParty.DotNetZip.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public string TestPasswords(
	IEnumerable<string> passwords
)

Parameters

passwords  IEnumerableString
The passwords to test.

Return Value

String
If one of the given password matches, the return value is the password; otherwise, the return value is String.

Remarks

Note: Some functionalities of this assembly may require to install one or all of the listed NuGet packages:

DotNetZip by Henrik/Dino Chiesa

See Also