git.99rst.org
/
redacted-XKCD-password-generator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
96e86f3
)
fixed docstring typo (thanks to kimslawson for the spot)
author
Steven Tobin
<steventtobin (at) gmail.com>
Mon, 14 Jul 2014 01:53:01 +0000
(11:53 +1000)
committer
Steven Tobin
<steventtobin (at) gmail.com>
Mon, 14 Jul 2014 01:53:01 +0000
(11:53 +1000)
xkcdpass/xkcd_password.py
patch
|
blob
|
history
diff --git
a/xkcdpass/xkcd_password.py
b/xkcdpass/xkcd_password.py
index 4edfa874eb161c364bfd0a88d46dcf55df7e67cb..deb537dca8edf6d840379ca29347e76bc2302822 100755
(executable)
--- a/
xkcdpass/xkcd_password.py
+++ b/
xkcdpass/xkcd_password.py
@@
-137,7
+137,7
@@
def generate_wordlist(wordfile=None,
def wordlist_to_worddict(wordlist):
"""
Takes a wordlist and returns a dictionary keyed by the first letter of
- the words. Used for acr
so
tic pass phrase generation
+ the words. Used for acr
os
tic pass phrase generation
"""
worddict = {}
git clone https://git.99rst.org/PROJECT