Skip to main content

Is your password safe?

Project description

Is your password safe? Safe will check the password strength for you.

https://travis-ci.org/lepture/safe.png?branch=master

Installation

Install Safe with pip:

$ pip install Safe

If pip is not available, try easy_install:

$ easy_install Safe

Usage

It’s very simple to check the strength of a password:

>>> import safe
>>> safe.safety(1)
terrible
>>> safe.safety('password')
simpile
>>> safe.safety('is.safe')
medium
>>> safe.safety('x*V-92Ba')
strong
>>> strength = safe.safety('x*V-92Ba')
>>> bool(strength)
True
>>> s.level
20
>>> s.message
'good password'

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

Safe-0.1.tar.gz (4.4 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