Is your password safe?
Project description
Is your password safe? Safe will check the password strength for you.
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 details)
File details
Details for the file Safe-0.1.tar.gz
.
File metadata
- Download URL: Safe-0.1.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 47a6e1ed2b82af56a70b2db3ab7b224bcd8e530f95ebad6556a1d22f7979475c |
|
MD5 | f4abf3ce478fc00d5cab7a3a8a8421a9 |
|
BLAKE2b-256 | 8adef345d025099bacefb07a58f8630381ece17bc327f154d467b0955edc2e18 |