passwd library
Library for the Generate Password.
The library provide access to the extensions and helper functions , ....
Enums
- PasswordStrength
- PasswordStrength Enum Documentation
Constants
- asciiLowerCase → const String
- asciiUpperCase → const String
- digitChars → const String
- punctuationChars → const String
Functions
-
estimateStrength(
String password) → PasswordStrength - estimateStrength
-
generatePassword(
{int length = 8, bool upperCase = false, bool lowerCase = false, bool digits = false, bool punctuation = false}) → String - generatePassword Function Documentation