Skip to content

securepass v0.3.0

Compare
Choose a tag to compare
@Sworzen1 Sworzen1 released this 02 Jul 15:22
· 5 commits to main since this release
8478b8f

CHANGELOG:

  1. Calculate password entropy level.
  2. Change way to check password strength. Now is based on entropy level and checking password has commonly used passwords.
  3. Default option length from 12 to 13.
  4. New struct PasswordSpecification.
  5. Tests update.