Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CredentialPair ¶
CredentialPair represents a username/password combination for authentication testing.
func GenerateCredentialPairs ¶
func GenerateCredentialPairs(usernames, passwords []string) []CredentialPair
GenerateCredentialPairs creates all combinations of usernames and passwords.
func (CredentialPair) String ¶
func (c CredentialPair) String() string
String redacts the password to prevent accidental exposure in logs.
Click to show internal directories.
Click to hide internal directories.