Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request: support the config options of hsxkpasswd #81

Open
MountainX opened this issue Nov 8, 2020 · 0 comments
Open

Request: support the config options of hsxkpasswd #81

MountainX opened this issue Nov 8, 2020 · 0 comments

Comments

@MountainX
Copy link

I'm using this package currently, but I would like to switch to diceware (this project) because it is active.
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, and ability to generaate a specified number of words on each invocation. You can see them 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",
"symbol_alphabet": [
"!",
"@",
"$",
"%",
"^",
"&",
"*",
"-",
"_",
"+",
"=",
":",
"|",
"~",
"?",
"/",
".",
";"
],
"padding_characters_before": 2,
"padding_characters_after": 2,
"random_increment": "AUTO"
}

Looking through the documentation here I don't see support for most of that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant