cieslarmichal / faker-cxx

C++ Faker library for generating fake (but realistic) data.
https://cieslarmichal.github.io/faker-cxx/
MIT License
287 stars 115 forks source link

Add Password guarantees #352

Closed cieslarmichal closed 8 months ago

cieslarmichal commented 9 months ago

Add guarantees like in String module, for password generation. example: I want to have password with 15 characters - max 3 symbols. User also specify min/max for lowerLetter, upperLetters, symbolCharacters and numbers.

cieslarmichal commented 9 months ago

@braw-lee

braw-lee commented 9 months ago

will finish String module in a few days and will check this out