Passay – The password generation and validation library

Applications and websites that allow users to sign-up mostly have restrictions of password like Passwords should be 8 characters or more Passwords must contain alphabets, numbers and special characters Passwords cannot be any of the previous 3 or 5 passwords Passwords cannot be easily guessed and so on… Implementing these is not trivial in an … Read more