# jquery-complexify **Repository Path**: mirrors/jquery-complexify ## Basic Information - **Project Name**: jquery-complexify - **Description**: Complexify 是一个用来检测密码强度的 jQuery 插件,并使用友好的效果来提示给用户 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/complexify - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2020-12-17 - **Last Updated**: 2025-12-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Complexify ==================== Websites have a responsibility to accurately inform users of password strength, both to better secure data, and to educate about users of what constitutes a good password. Complexify aims to provide a good measure of password complexity for websites to use both for giving hints to users in the form of strength bars, and for *casually* enforcing a minimum complexity for security reasons. This plugin only provides client-side validation, and should be combined with some server-side sanity checking. If you want a full-blown Complexify implementation for the server, check out the list of ports. For more information, a demo, documentation, and the motivation behind Complexify, [visit the website](http://danpalmer.me/jquery-complexify). ### Installation You can install this by using npm or bower bower install jquery.complexify npm install jquery.complexify@0.5.2 ### Contributing Contributions are always welcome! If you're uncertain about something, open a PR and we can discuss. Always feel free to ping me for an update on a merge, reminding me isn't rude, it's helpful. ### Alternative Implementations Several people have kindly open-sourced their implementations of this algorithm in other languages: - Mert Dümenci [Complexify-Objc](https://github.com/mertdumenci/Complexify-ObjC) - Andrey Kislyuk [node-complexify](https://github.com/kislyuk/node-complexify) - Michael Crumley [php-complexify](https://github.com/mcrumley/php-complexify/) - Maciej Podsiedlak [angular-complexify](https://github.com/Kraku/angular-complexify/) - - - **This code is distributed under the WTFPL v2 licence.**