Algorithm-Arena / weekly-challenge-10-password-generator

2 stars 0 forks source link

Weekly Challenge #10 - Password Generator

For this challenge, you need to implement a program that takes a set of at least 5 password rules and generate a password that satisfies those rules. Most password fields let you validate that the password matches the rules but won't let you generate a valid password that matches them. Be creative with the rules, the goal is to make fun of overly complex set of rules that are seen in some applications!

image

Winners

https://github.com/Algorithm-Arena/weekly-challenge-10-password-generator/assets/197597/d8af484b-5aec-42cd-be38-b6949f5c9455

https://github.com/Algorithm-Arena/weekly-challenge-10-password-generator/assets/197597/da289840-7ff9-446c-85de-99f3942667b0

https://github.com/Algorithm-Arena/weekly-challenge-10-password-generator/assets/197597/434e80ff-9dcc-4dea-a226-14cc49faa57b

https://github.com/Algorithm-Arena/weekly-challenge-10-password-generator/assets/197597/6ad270da-4a89-42e6-890d-4fa7cc078311

Prizes:

Rules:

How to submit a solution: