Skip to content

Password Strength Validation #5

@mtiluk

Description

@mtiluk

When a user adds a new vault to the Potok server, they are prompted to add an encryption password so that their data is encrypted before being sent off by the client. Currently, we do not validate that password for any strength / security measures such that they can enter something like 'a' and it will be fine.

  • Adding an additional check using a regular expression to have minimum requirements.
  • Loop until we get a valid response.
  • Alert the user of the requirements before they type and each time it's wrong.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions