Simple memorizable password generator.
Project description
Mempass
Simple memorizable password generator
Adapted from https://github.com/jesterpm/bin/blob/master/mkpasswd
pip install mempass
on the command line
$ mempass 4
password: celeriac waggable endoss oxytocia
score: Strong! (4)
in python
>>> from mempass import mkpassword
>>> password = mkpassword(4)
>>> print(password)
celeriac waggable endoss oxytocia
or
>>> from mempass import PasswordGenerator
>>> pwgen = PasswordGenerator(nwords=4)
>>> print(pwgen.password)
celeriac waggable endoss oxytocia
>>> print(pwgen.score)
4
>>> print(pwgen.warning)
""
>>> print(pwgen.suggestions)
""
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
mempass-0.1.2-py3-none-any.whl
(16.5 kB
view details)
File details
Details for the file mempass-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: mempass-0.1.2-py3-none-any.whl
- Upload date:
- Size: 16.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b9c862fef1542c1c85058ab3dc478af2d33761ab1bbbedaed8d488e087ee0313 |
|
MD5 | 0d6070e79cf70f2f33cfa2cc2ceee42b |
|
BLAKE2b-256 | 5e591ad939058d3dc0dd69942b3220e1ce279777de5a08f8df197e26d0d513f8 |