Skip to content

Releases: bsoyka/passwd

Generation overriding

09 Sep 17:38
Compare
Choose a tag to compare

Added

  • Option to override PasswordGenerator options in the generate call (#14, #19)

Read the Docs

09 Sep 17:31
Compare
Choose a tag to compare

Changed

  • Moved documentation to Read the Docs

More options for PasswordRequirements

26 Jul 22:46
Compare
Choose a tag to compare

Added

  • check_breaches which uses check_password to check if the given password is found in any known data breaches
  • func which allows a custom function for checking passwords as a requirement

Major documentation change

26 Jul 05:05
Compare
Choose a tag to compare

Now hosting documentation on GitHub Pages at https://bsoyka.github.io/passwd.

Generated with Sphinx.

PasswordGenerator

10 Jul 03:46
Compare
Choose a tag to compare

Added

  • PasswordGenerator class with options for length, uppercase, lowercase, digits, and special characters

Alpha parameters for PasswordRequirements

07 Jul 19:12
56bd56e
Compare
Choose a tag to compare

Added

  • min_alpha, min_upper, and min_lower options for the PasswordRequirements class. These require a given number of total letters, uppercase letters, and lowercase letters respectively.

README/contributing documentation updates

07 Jul 06:39
Compare
Choose a tag to compare

Added

  • README/contributing documentation updates

PasswordRequirements class

07 Jul 03:41
Compare
Choose a tag to compare

Added

  • PasswordRequirements class to check if a password meets specified requirements, including minimum length, digits, and special characters

Add PyPI documentation and changelog links

07 Jul 02:33
Compare
Choose a tag to compare
v0.1.2

Add documentation and changelog links for PyPI

Add "check_password" function

07 Jul 02:18
Compare
Choose a tag to compare

Added

  • check_password function to check if a password has been exposed in data breaches