Java Validation: Validating a Password Part 5 (Checking For Repeating Characters)

preview_player
Показать описание
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?

Java Validation: Validating a Password Part 5 (Checking For Repeating Characters)
Рекомендации по теме
Комментарии
Автор

I really love the way the videos are well explained. Kindly make a video on how to use java to create graphic password for surfing. Thank You.

hardyike
Автор

Can you please make a video on how to validate a password in a JTextField for a Login page

VG_TheGOV