LeNelSoN / you-are-the-hero

L'API dont vous êtes le héros is an interactive Java API that brings the adventure of "choose your own adventure" stories to life. Users can embark on unique journeys, make decisions at each step, and create dynamic narratives, all while experiencing the nostalgia of classic adventure books.
GNU General Public License v3.0
2 stars 10 forks source link

feat(security): add passwordStrenghtVerification and password generator #53

Closed LeNelSoN closed 1 month ago

LeNelSoN commented 1 month ago

Description:

This PR introduces two utility classes for password management, along with complete unit tests to ensure functionality. Close #3

Changes included:

PasswordValidator:

PasswordGenerator:

Unit Tests:

Tests for validating the behavior of both the PasswordValidator and PasswordGenerator classes.

Tested scenarios: