# r35tart/RW_Password

此项目用来提取收集以往泄露的密码中符合条件的强弱密码

Repository: https://github.com/r35tart/RW_Password
Canonical: https://ross.abutalabs.com/products/rw_password
Language: Python
License Family: other
Last push: 2019-04-01T06:24:17+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 2714, "days_push": 2711, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1127, forks 311 (observed 2026-08-28T04:03:41.602319+00:00)

## What it is
A Python script that filters leaked password dictionaries with regex to extract passwords matching common corporate strength policies (length 8-16 with uppercase, lowercase, digits, and special characters). It outputs the matching strong-but-predictable passwords to a text file for security awareness and testing.

## Use cases
- extract passwords matching complexity rules from a leaked password list
- build a dictionary of common policy-compliant passwords for pentesting
- analyze how users satisfy forced password strength requirements
- filter a large password file by regex patterns quickly
- study typical weak strong-password patterns like 1qaz@WSX

## When to choose
- you need to filter password dictionaries for passwords meeting specific complexity rules
- you want a fast regex-based extraction from multi-million-entry password lists
- you are doing password security research or awareness demonstrations

## When to avoid
- you need a maintained tool with a license and active support
- you want full password-cracking or hash-cracking functionality
- you need to process multi-gigabyte password files efficiently

## Facets
- artifact type: cli-tool
- maturity: maintenance
- function: security, parser, data-generation
- domain: security, penetration-testing, developer-tools
- platform: python, cli, cross-platform
- tags: password-analysis, password-dictionary, regex-filtering, password-cracking-support, chinese

## Member repositories
- r35tart/RW_Password (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:41.602319+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:38:53.254011+00:00, confidence not recorded.
  - readme: https://github.com/r35tart/RW_Password (fetched 2026-08-28T04:03:41.602319+00:00, sha 84eb587e7a4e)
- Data as of 2026-08-30T08:39:29.467469+00:00.
