From the course: CertNexus Cyber Secure Coder (CSC-110) Cert Prep

Unlock this course with a free trial

Join today to access over 24,800 courses taught by industry experts.

Challenge: New password requirements

Challenge: New password requirements

(upbeat music) - Hello there again. And, well, I have another assignment for you. I know, I know, you're like, "But we just did one." It's totally fine, this is to help build context to some of the previous episodes that we've seen and some upcoming episodes that we're going to see. Now, let me set the scene for you. We talked about setting up a password validation function. We're all good. Well, the boss just came in, they have some new requirements we've been talking and well, let me just take a look at the screen and show you what I mean. So we still have minimum eight characters uppercase lowercase, a number, and a special character. But they found that people are just doing a bunch of repetitions and then adding seven exclamation point, and then an uppercase. So there should be no sequence, excuse me. Of three or more repeating characters. All right, well, this one's implemented a little bit…

Contents