Skip to content

Releases: Sworzen1/securepass

securepass v0.3.4

Choose a tag to compare

@Sworzen1 Sworzen1 released this 11 Dec 01:24
0066686
  • Update dependencies

securepass v0.3.3

Choose a tag to compare

@Sworzen1 Sworzen1 released this 22 Sep 18:09
7684a34
  • Handle empty string for password strength
  • Update docs

securepass v0.3.2

Choose a tag to compare

@Sworzen1 Sworzen1 released this 16 Jul 09:36
  • Add Rust documentation
  • Update README.md

securepass v0.3.0

Choose a tag to compare

@Sworzen1 Sworzen1 released this 02 Jul 15:22
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.