Install the Script

After you download the script, you should extract the script files to your web server. You can place the JS and CSS in whatever folder you want to, as long as you can access it by adding a css and JS reference.

The script folder contains the following files: password.min.css password.min.js

Please place those files in the appropriate locations and reference them in your HTML by using the following code:

Header Scripts

<link href="/folder-to-your-js/password.min.css" rel="stylesheet">

Footer Scripts

<script src="/folder-to-your-js/password.min.js"></script>

Last updated