Skip to main content

A collection of tools to make diceware passphrase conform with "password policy"

Project description

Diceware Utilities

Build Status PyPI version shields.io PyPI license PyPI pyversions PyPI status

A collection of tools to make diceware passphrase conform with "password policy"

For a selection of words, please see other packages inside PyPI.

Installation

pip install diceware_utils

or

pipenv install -e git+https://github.com/patarapolw/diceware_utils.git#egg=diceware_utils

Usage

>>> from diceware_utils.policy import Conformize
>>> conformize = Conformize()
>>> conformize.conformize(['unlikely', 'piezo', 'electric', 'grounds'])
';U$Piezo33lGrounds'
>>> conformize.update_policy(new_policy)
>>> from diceware_utils.wordlist import Wordlist
>>> Wordlist().get_random_word()
'ladybug'

Adapting to the policy of your choice

  • Policy is now updateable. It is of format:
both_upper_and_lower: true
digit_count: 2
punctuation_count: 2
length:
  min: 10
  max: 20

Found in

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

diceware_utils-0.4.0.tar.gz (1.2 MB view hashes)

Uploaded Source

Built Distribution

diceware_utils-0.4.0-py3-none-any.whl (1.2 MB view hashes)

Uploaded Python 3

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