Initialize as an npm project.
This commit is contained in:
parent
d0fa0a3cbe
commit
c652fdc74f
@ -5,9 +5,9 @@
|
|||||||
# License: GNU GENERAL PUBLIC LICENSE
|
# License: GNU GENERAL PUBLIC LICENSE
|
||||||
# Description: Generates random phrases appropriate for memorable but secure passwords.
|
# Description: Generates random phrases appropriate for memorable but secure passwords.
|
||||||
|
|
||||||
SPACE='' # default to no spaces between words
|
SPACE='' # default to no spaces between words
|
||||||
COUNT=1 # default to one group of passphrases
|
COUNT=1 # default to one group of passphrases
|
||||||
WORDS=3 # default to three-word phrases
|
WORDS=3 # default to three-word phrases
|
||||||
|
|
||||||
DICT='/usr/share/dict/words' # standard location of the words file
|
DICT='/usr/share/dict/words' # standard location of the words file
|
||||||
# DICT='/home/nicholas/passphrase/testdict' # a test dictionary
|
# DICT='/home/nicholas/passphrase/testdict' # a test dictionary
|
||||||
|
Loading…
Reference in New Issue
Block a user