Protect your website from the 5K or 100K most hacked Passwords

HacWare has created a JQuery form validation extension to prevent your users from creating accounts with the most commonly hacked passwords. This validator prevents passwords that are found on the top 5K or 100K hacked passwords list. This list was released by Britain’s National Cyber Security Center (NCSC) in collaboration with the Have I Been Pwned website. HacWare has created this extension to protect websites from these passwords.

Try our Password Validator for Free!

The installaton process is easy because it extends the JQuery Validator. Please add the extension as follows:

<form>
    <input required>
</form>
<script src="jquery.js"></script>
<script src="jquery.validate.js"></script>
<script src="checkHackedPass.js"></script>

OR

<script src="checkHackedPass5K.js"></script> <script> $("form").validate({ rules: { password: { required: true, CheckPasswordBanned: true }, loginUserName: { required: true } }}); </script>

The full source code and installation instructions is on the HacWare-Inc's GitHub account. Click here to Download

This is the 8th year in a row that '12345678' is listed as the most hacked password.

Tiffany Ricks CEO at HacWare, Inc.

HacWare is committed to protecting your company from cyber crime. If you like this free tool, please learn more about the HacWare intelligent security awareness and training product that shows your team how to change their vulnerable behavior.
Learn more