Skip to content

phraber/diceware

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

diceware

python implementation of diceware (using os.urandom)

see diceware.com

Note on security of os.urandom():

On many *nix machines, the underlying OS random number generator (/dev/random) is known to produce slightly non-random results, or so I've been told... This may have some implications as to how the words are selected.

server.py

Run this to launch a simple Flask web app. The usage is as follows:

http://my.server.com:5000/dw/<# passphrases>/<# words in passphrase>

dw.py

Command-line utility for much the same purpose. Usage:

$ python dw.py #_of_passphrases #_words_in_passphrase

About

python implementation of diceware (using os.urandom)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%