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

Package passwordGenerator #226

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Ammar434
Copy link

@Ammar434 Ammar434 commented May 8, 2024

Features

Enhanced Password Generation:

  • Users can generate passwords without specific sets of characters such as numbers, symbols, or uppercase letters.

  • Examples:

    1. pwd 20 !$%*: Generates a password of length 20 excluding characters !, $, %, *.
image
  1. Random pwd 32 no-symbols no-uppercase no-numbers: Will generate a password of length 32 with no symbols, uppercase letters, or numbers.
image
  1. Similarly pwd 32 ns nu nn.
image
  • Each exclusion option can be selected individually.
image image image
  • To combine multiple exclusions, users can use pwd 32 AZERTY nn no-symbol to create a password of size 32 without the characters: A, Z, E, R, T, Y, without numbers, and without symbols.
image

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