Skip to content

Add password generator #17

Description

@Gear61

V1 features:

  1. Password length (1 to 128)
  2. Needs a capital letter
  3. Needs a special character (!, @, #, $, %, ^, &, *)
  4. Needs a number

We can just generate an alphabetical lower-case string and then go through each constraint and replace a character at random if it's ticked in.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions