Skip to content

Releases: Sworzen1/securepass

securepass v0.3.0

02 Jul 15:22
8478b8f
Compare
Choose a tag to compare

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.