A collection of tools to make diceware passphrase conform with "password policy"
Project description
Diceware Utilities
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
Usage
>>> from diceware_utils.policy import Conformize
>>> Conformize().conformize(['unlikely', 'piezo', 'electric', 'grounds'])
'unlikElypiEzo<ElectriC73grOunds'
>>> from diceware_utils.wordlist import Wordlist
>>> Wordlist().get_random_word()
'ladybug'
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 Distribution
diceware_utils-0.3.2.tar.gz
(3.5 kB
view hashes)
Built Distribution
Close
Hashes for diceware_utils-0.3.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3c94e351160ab7d06902f240f5c3be1860e138195ada824cef73d4149dfeb2d6 |
|
MD5 | a95ed4095c507a55f71ae592873d2bcd |
|
BLAKE2b-256 | d1d6b99c33ce971e9045bb4104cb38f0c6e21b1156cf3795282e0d3e36228abd |