password-gen/rules.toml

20 lines
343 B
TOML
Raw Permalink Normal View History

2023-12-19 20:21:18 -05:00
[password]
length = 24
lowercase = true
uppercase = true
numbers = true
[passphrase]
count = 6
delimiters = [' ']
# download from https://raw.githubusercontent.com/dwyl/english-words/master/words_alpha.txt
words = "words.txt"
[mycarletonone]
length = 15
lowercase = true
uppercase = true
numbers = true
special_characters = ['!', '.', '_']