8000 GitHub - avanwyk/dicepass: Python implementation of https://www.eff.org/dice
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

avanwyk/dicepass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dice Pass

Simple, dependency free Python implementation of https://www.eff.org/dice.

Generate easy to remember, long (and therefore more secure) passwords.

Usage:

Usage: python dicepass.py [NUM_WORDS] where NUM_WORDS is a positive integer greater than 0. e.g.:

    python dicepass.py 6

    Words: 
    appealing cherisher broadcast
    Password:
    appealingcherisherbroadcast
    Length:
    27
  • Requires Python 3.5+

Security:

No data is stored or transmitted in any form. The passwords are generated to stdout and will be visible on screen. Someone standing behind you will be able to see it.

About

Python implementation of https://www.eff.org/dice

Resources

License

Stars

Watchers

Forks

Releases

No releases published
2FB0

Packages

No packages published

Languages

0