# Functions
IsValid returns nil if [password] is a reasonable length and has strength greater than or equal to [minimumStrength].
SufficientlyStrong returns true if [password] has strength greater than or equal to [minimumStrength].
# Type aliases
Strength is the strength of a password.