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

No security protection #5

Open
bschlagheck opened this issue Nov 10, 2022 · 1 comment
Open

No security protection #5

bschlagheck opened this issue Nov 10, 2022 · 1 comment

Comments

@bschlagheck
Copy link

The service has no security protection so far. Anyone in the corresponding network of the service can access and send data. There are several protection mechanisms:

  • Using HTTPS as transport security and protection against data retrieval.
  • Use of one-time passwords to ensure authorized use of the service.
@Friedjof
Copy link
Owner

Friedjof commented Jan 3, 2023

SSL

Unfortunately SSL is not supported for the ESP32 as far as I could research it.

Sources

TOTP

TOTP still causes me some problems, because I can't find a suitable lib for it. There are some, but I don't get the same result with correct time as on other TOTP clients. Therefore I can't implement it yet.

Source

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