Skip to content

Marcos' auto-password generation + bits...#74

Open
JedMeister wants to merge 2 commits intoturnkeylinux:masterfrom
JedMeister:marcos-auto-pass
Open

Marcos' auto-password generation + bits...#74
JedMeister wants to merge 2 commits intoturnkeylinux:masterfrom
JedMeister:marcos-auto-pass

Conversation

@JedMeister
Copy link
Copy Markdown
Member

This is #71 plus docstrings replaced (removed in PR?) and typing fixed (the original typing was wrong (not show how?!).

The functionality that it adds remains the same as @marcos-mendez added in #71 - i.e.:


  • Add generate_password() using secrets module (CSPRNG)
  • get_password() now offers 'Generate' (recommended) or 'Manual' menu
  • Generated passwords shown in centered reverse-video box with colors
  • Confirmation step ensures user saved the password before proceeding
  • Fully backward compatible: offer_generate=True by default
  • Pass offer_generate=False for original behavior
  • Imports: added secrets, string (stdlib only)

PopSolutions and others added 2 commits March 26, 2026 05:32
- Add generate_password() using secrets module (CSPRNG)
- get_password() now offers 'Generate' (recommended) or 'Manual' menu
- Generated passwords shown in centered reverse-video box with colors
- Confirmation step ensures user saved the password before proceeding
- Fully backward compatible: offer_generate=True by default
- Pass offer_generate=False for original behavior
- Imports: added secrets, string (stdlib only)
@JedMeister JedMeister requested a review from OnGle April 10, 2026 04:34
@JedMeister JedMeister changed the title Marcos auto pass Marcos' auto-password generation + bits... Apr 10, 2026
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