In this post under Passay, I will show with example, the purpose of “HaveIBeenPwnedRule” rule class. There is website “haveibeenpwned.com” that contains a list of real world passwords that were previously used and exposed as part of data breaches. You can make sure that the password entered by the user or the password generated by…… Continue reading HaveIBeenPwnedRule example
Month: May 2024
CharacterOccurrencesRule example
In this post under Passay, I will explain with example the purpose of “CharacterOccurrencesRule” rule class. They are cases when user enters same character multiple times when comming up with their own password. If we want prevent such scenarios or if you want to keep a contol on how many times a particular character is…… Continue reading CharacterOccurrencesRule example