Hi,
I need to check if password is a dictionary
word using javascript.
Is there any opensource available for the same.
I have tried this manually too...putting it into Hashset and checking if it contains the entered word, but the performance isn't great.
Is there a better open source or API which I can use.
Thanks!