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

The minimum length of the WiFi password to prevent confusion #29

Closed
olekstomek opened this issue Jul 2, 2021 · 2 comments
Closed

The minimum length of the WiFi password to prevent confusion #29

olekstomek opened this issue Jul 2, 2021 · 2 comments

Comments

@olekstomek
Copy link
Contributor

olekstomek commented Jul 2, 2021

WPA-PSK minimum WPA length is 8 characters. For a 40 bit WEP (probably very rare case) network the password is 5 characters.
To prevent someone forgot to enter the minimum number of characters by mistake, it may be worth adding a warning.

@bndw
Copy link
Owner

bndw commented Jul 4, 2021

Hi @olekstomek,

Great idea, minimum length validation on the password input would be nice! WEP is not a concern as this project is hard coded for WPA.

@bndw bndw closed this as completed in f3387a3 Jul 4, 2021
@olekstomek
Copy link
Contributor Author

Thanks

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

No branches or pull requests

2 participants