Java Validation: Validating a Password Part 5 (Checking For Repeating Characters)
Max O'Didily
Java Validation: Validating a Password Part 5 (Checking For Repeating Characters)
Greetings, today we shall be covering how to check for repeating characters in your password as part of this Java password validation series. This method also allows a maximum amount of repeating characters you don't mind the user having for their password. A repeating character sequence is having x amount of adjacent of the same characters in a password. Eg: 'Password111' has a sequence of 3 repeating 1s. These sequences can make passwords easier to guess, which is why some websites enable this restriction. Thanks for watching this password validation tutorial!
Subscribe to keep notified when I upload? https://tinyurl.com/SubMaxODidily
Java Validation: Validating a Password Part 5 (Checking For Repeating Characters) ... https://www.youtube.com/watch?v=McAk-yreXIc
18849294 Bytes