You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 15, 2021. It is now read-only.
The public subscription server is not using HTTPS, besides the default HTTP method is GET. It can be easily MITM attack and cause user's credential leak.
This repo is not using any encryption with user's password, it can be stolen by malwares easily.
Maybe you can consider:
Using nginx/caddy to provide HTTP service with reliable HTTPS, using this repo as an upstream.
Provide user graphical interface (web page frontend) for user. In this way you can change GET method to POST to ensure the security. (Credential information should not using GET method to submit)
Implementing master-key mechanism or not saving password to protect user's password.
The text was updated successfully, but these errors were encountered:
Here are potential problems:
Maybe you can consider:
The text was updated successfully, but these errors were encountered: