Releases: bsoyka/passwd
Releases · bsoyka/passwd
Generation overriding
Read the Docs
Changed
- Moved documentation to Read the Docs
More options for PasswordRequirements
Added
check_breaches
which usescheck_password
to check if the given password is found in any known data breachesfunc
which allows a custom function for checking passwords as a requirement
Major documentation change
Now hosting documentation on GitHub Pages at https://bsoyka.github.io/passwd.
Generated with Sphinx.
PasswordGenerator
Added
PasswordGenerator
class with options for length, uppercase, lowercase, digits, and special characters
Alpha parameters for PasswordRequirements
Added
min_alpha
,min_upper
, andmin_lower
options for thePasswordRequirements
class. These require a given number of total letters, uppercase letters, and lowercase letters respectively.
README/contributing documentation updates
Added
- README/contributing documentation updates
PasswordRequirements class
Added
PasswordRequirements
class to check if a password meets specified requirements, including minimum length, digits, and special characters
Add PyPI documentation and changelog links
v0.1.2 Add documentation and changelog links for PyPI
Add "check_password" function
Added
check_password
function to check if a password has been exposed in data breaches