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

Update for more recent golang and add variable-length separator characters #4

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

icanhazpython
Copy link

I have done a few preferable (in my opinion) updates here:

  • Updated project for go v1.18; direct and indirect dependencies have been updated and the vendoring directory has been removed
  • Switched from packr to go:embed for words list
  • Added variable-length separator setting; this can yield passwords such as (see example config below):
    • clubs0344driving
    • history8330chassis

Example config for above passwords:

{
  "num_words": 2,
  "separator_alphabet": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9"],
  "padding_characters_before": 0,
  "padding_characters_after": 0,
  "case_transform": "LOWER",
  "padding_digits_before": 0,
  "padding_digits_after": 0,
  "separator_characters": 4,
  "separator_character": "RANDOM"
}

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

Successfully merging this pull request may close these issues.

1 participant