Skip to content
/ diceware Public

python implementation of diceware (using os.urandom)

Notifications You must be signed in to change notification settings

jondb/diceware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 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.

dw.py

Command-line utility for much the same purpose.

About

python implementation of diceware (using os.urandom)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages