-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
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
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers