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#egg=diceware_utils
Usage
>>> from diceware_utils.policy import Conformize
>>> Conformize().conformize(['unlikely', 'piezo', 'electric', 'grounds'])
24Unlikely\PiezO{ElectriCGrouNds
>>> from diceware_utils.wordlist import Wordlist
>>> Wordlist().get_random_word()
'ladybug'
Found in
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.4.tar.gz
(3.5 kB
view hashes)
Built Distribution
Close
Hashes for diceware_utils-0.3.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | da242ddf6957bb4ea4dc05f65a82f236a3ccb4e313da1920532fa0787aedd7b9 |
|
MD5 | 5553a51eb35bbbe3ea33489eccf1c33d |
|
BLAKE2b-256 | e1a102fb2ab20cc2aa89020ab3905340a9d60cb38d0982816fd49bf83e6ff7cd |