redacted / XKCD-password-generator

Generate secure multiword passwords/passphrases, inspired by XKCD
BSD 3-Clause "New" or "Revised" License
1.32k stars 185 forks source link

Feature Request: configurable prefix and suffix options like hsxkpasswd #126

Closed MountainX closed 10 months ago

MountainX commented 3 years ago

I'm using hsxkpasswd currently, but I would like to switch because that project is inactive. Link: AUR (en) - hsxkpasswd https://aur.archlinux.org/packages/hsxkpasswd/

However, I don't see all the config options I use. I would like to request support for the different prefix and postfix options of hsxkpasswd in particular, and ability to generate a specified number of passphrases on each invocation. You can see these options in action here: https://xkpasswd.net/s/

Here's a config file I just created there. { "num_words": 6, "word_length_min": 5, "word_length_max": 9, "case_transform": "RANDOM", "separator_character": "-", "padding_digits_before": 2, "padding_digits_after": 2, "padding_type": "FIXED", "padding_character": "RANDOM", "symbolalphabet": [ "!", "@", "$", "%", "^", "&", "*", "-", "", "+", "=", ":", "|", "~", "?", "/", ".", ";" ], "padding_characters_before": 2, "padding_characters_after": 2, "random_increment": "AUTO" }