All Projects → venshine → CheckPasswordStrength

venshine / CheckPasswordStrength

Licence: Apache-2.0 license
🔥 一个检测密码强度的Java工具库。

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to CheckPasswordStrength

Dcipher Cli
🔓Crack hashes using online rainbow & lookup table attack services, right from your terminal.
Stars: ✭ 193 (+250.91%)
Mutual labels:  password
Hackers Tool Kit
Its a framework filled with alot of options and hacking tools you use directly in the script from brute forcing to payload making im still adding more stuff i now have another tool out called htkl-lite its hackers-tool-kit just not as big and messy to see updates check on my instagram @tuf_unkn0wn or if there are any problems message me on instagram
Stars: ✭ 211 (+283.64%)
Mutual labels:  password
Vault Secrets Gen
A Vault secrets plugin for generating high entropy passwords and passphrases.
Stars: ✭ 238 (+332.73%)
Mutual labels:  password
Stormkitty
🔑 Open source stealer written on C#, all logs will be sent to Telegram bot.
Stars: ✭ 198 (+260%)
Mutual labels:  password
Ladon
大型内网渗透扫描器&Cobalt Strike,Ladon8.9内置120个模块,包含信息收集/存活主机/端口扫描/服务识别/密码爆破/漏洞检测/漏洞利用。漏洞检测含MS17010/SMBGhost/Weblogic/ActiveMQ/Tomcat/Struts2,密码口令爆破(Mysql/Oracle/MSSQL)/FTP/SSH(Linux)/VNC/Windows(IPC/WMI/SMB/Netbios/LDAP/SmbHash/WmiHash/Winrm),远程执行命令(smbexec/wmiexe/psexec/atexec/sshexec/webshell),降权提权Runas、GetSystem,Poc/Exploit,支持Cobalt Strike 3.X-4.0
Stars: ✭ 2,911 (+5192.73%)
Mutual labels:  password
Password Validator
Validates password according to flexible and intuitive specification
Stars: ✭ 224 (+307.27%)
Mutual labels:  password
Pass Update
A pass extension that provides an easy flow for updating passwords.
Stars: ✭ 191 (+247.27%)
Mutual labels:  password
Strongbox
A secret manager for AWS
Stars: ✭ 243 (+341.82%)
Mutual labels:  password
Ad Password Protection
Active Directory password filter featuring breached password checking and custom complexity rules
Stars: ✭ 210 (+281.82%)
Mutual labels:  password
Oblivion
Data leak checker & OSINT Tool
Stars: ✭ 237 (+330.91%)
Mutual labels:  password
Filevaultcracker
macOS FileVault cracking tool
Stars: ✭ 199 (+261.82%)
Mutual labels:  password
Pwdb Public
A collection of all the data i could extract from 1 billion leaked credentials from internet.
Stars: ✭ 2,497 (+4440%)
Mutual labels:  password
Two Factor Auth
Two Factor Authentication Java code implementing the Time-based One-time Password Algorithm
Stars: ✭ 225 (+309.09%)
Mutual labels:  password
Python Scripts
Collection of Various Python Script's.💻
Stars: ✭ 195 (+254.55%)
Mutual labels:  password
Hatch
Hatch is a brute force tool that is used to brute force most websites
Stars: ✭ 242 (+340%)
Mutual labels:  password
Awesome Iam
👤 Identity and Access Management Knowledge for Cloud Platforms
Stars: ✭ 186 (+238.18%)
Mutual labels:  password
React Native Smooth Pincode Input
A cross-platform, smooth, lightweight, customizable PIN code input component for React Native.
Stars: ✭ 216 (+292.73%)
Mutual labels:  password
Argon2 Jvm
Argon2 Binding for the JVM
Stars: ✭ 245 (+345.45%)
Mutual labels:  password
Diceware
Passphrases to remember
Stars: ✭ 242 (+340%)
Mutual labels:  password
Cli Prompt
Allows you to prompt for user input on the command line, and optionally hide the characters they type
Stars: ✭ 228 (+314.55%)
Mutual labels:  password

CheckPasswordStrength

CheckPasswordStrength是一个Java开源库,提供检测密码强度的功能。

Desc

Dictionary(字典)

{"password", "abc123", "iloveyou", "adobe123", "123123", "sunshine","1314520", "a1b2c3", "123qwe", "aaa111", "qweasd", "admin", "passwd"}

Level(级别)

  • 0-3 : [easy]
  • 4-6 : [midium]
  • 7-9 : [strong]
  • 10-12 : [very strong]
  • >12 : [extremely strong]

Usage

    public static void main(String[] args) {
		String passwd = "2hAj5#mne-ix.86H";
		System.out.println(CheckStrength.checkPasswordStrength(passwd));
	}

Download

下载jar包

About

License

Copyright (C) 2014 [email protected]

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].