Skip to content

Password requirements are insecure #31

@n1trux

Description

@n1trux

Currently the password policy is 8 characters, at least one number and at least one uppercase character. This makes Password1 a secure password in sqstorage's opinion.

I think the following would be more secure:

  • at least 11 characters
  • at least two of the following categories:
    • lowercase characters
    • uppercase characters
    • special characters
    • emoji
    • numbers

This would make CorrectHorseBatteryStaple a secure password, like it should be.

Fun aside: there's zxcvbn, which is a pretty good library for this use case.

Sub-issues

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions