Skip to main content

A password strength measuring library.

Project description

PWDMeter

Features

  • 大小写检查

  • 字母数字字符混合

  • 常用密码检查

  • 长度检查

  • 非英文字母检查

  • 重复性检查

Examples

In [1]: from pwdmeter import test

In [2]: test('pass')
Out[2]:
(0.001796569654667007,
 {'casemix': 'Use a good mix of upper case and lower case letters',
  'charmix': 'Use a good mix of numbers, letters, and symbols',
  'length': 'Increase the length of the password',
  'non_ascii': 'Use non-ASCII chars',
  'non_dictionary': 'Avoid using most common passwords',
  'variety': 'Minimize character duplicates and repetitions'})

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pwdmeter-0.1.0.tar.gz (44.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page