-
Notifications
You must be signed in to change notification settings - Fork 6
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
SoftAP Security #7
Comments
We'd also like to have a way to reset it back to a default (no passphrase; open) with physical contact of the module in case the user forgot what the password is; i.e.: last-ditch recovery. |
Can the way to switch it back to open be through a serial command? Or does it have to be something that can be done by pressing the reset button in a particular pattern like we currently use to go to SoftAP mode? |
A serial command would be fine; however, you've got me thinking about a reset-button option. @AndyLindsay - What would you think about another reset-button option as a physical-access safety net for a user to wipe the passphrase and switch back to OPEN SoftAP mode? For example, like pressing/releasing the reset button 10 times at a brisk pace? Or pressing/releasing 6 times but holding down for greater than 2 seconds on the 6th? Something not super likely to be done by accident. |
How about holding the RST button for 10 s followed by 6 taps? My reasoning
is that students will tend to ta the RST button more than 4x, so this would
be a more unique sequence that they'd b less likely to do just because they
are fidgeting.
Andy
…On Mon, Feb 13, 2017 at 11:36 AM, Parallax Git Administrator < ***@***.***> wrote:
A serial command would be fine; however, you've got me thinking about a
reset-button option.
@AndyLindsay <https://github.com/AndyLindsay> - What would you think
about another reset-button option as a physical-access safety net for a
user to wipe the passphrase and switch back to OPEN SoftAP mode? For
example, like pressing/releasing the reset button 10 times at a brisk pace?
Or pressing/releasing 6 times but holding down for greater than 2 seconds
on the 6th? Something not super likely to be done by accident.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#7 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ALCgd26-1jLEIqwlgGkJeiUbA4BcNdt5ks5rcLDVgaJpZM4KWXSG>
.
|
Excellent! @dbetz - Please add a reset button method to clear the SoftAP passphrase and return the module to Open mode on SoftAP. The algorithm is:
|
@AndyLindsay - What do you think... is a Serial API for this really needed? If someone has network access already, then they can reprogram the Propeller remotely to cause the module to disable local SoftAP security... all without physical access to the module. Of course, if they have network access already, there are other malicious things they can do, but disabling SoftAP security seems like something that should require physical access. Hmm... right now, they can change SoftAP security (once we have it) over the network via configuration page, so maybe that concern is too hard to justify. I guess this only becomes a question with the thought of the possible future feature of password-protecting the configuration pages. Please advise. |
We'd like to add a security feature to the AP interface (SoftAP).
It should default to Open (as it is now) but should allow for setting to WPA2 (which includes a passphrase that must also be settable).
The text was updated successfully, but these errors were encountered: