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

WPA key #16

Closed
xoseperez opened this issue Dec 25, 2016 · 2 comments
Closed

WPA key #16

xoseperez opened this issue Dec 25, 2016 · 2 comments
Labels

Comments

@xoseperez
Copy link
Owner

Originally reported by: David Myers (Bitbucket: brahmafear, GitHub: brahmafear)


Small issue that probably doesn't require a code change. Changing the default password from 'fibonacci' which also sets the WPA key when in AP mode, the new pwd needs to be at least 8 characters. The code doesn't enforce this, but an 8 char pwd is mandated by WPA. Not sure if you want to just include a warning, force an 8 character pwd, or have the code pad out the pwd to 8 chars.

@xoseperez
Copy link
Owner Author

Thanks! Maybe I should add some validation checks in the form (yes, more javascript). Maybe it's a better practice to enforce a good password.

@xoseperez
Copy link
Owner Author

Release 1.4.0 enforces a minimum password strength (8 charactes, 1 upper, 1 lowercase and 1 number).

xoseperez pushed a commit that referenced this issue Jan 24, 2018
Added relay requests flood protection and relay loop

Approved-by: Xose Pérez <xose.perez@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant