SomeCatCode / open_table_top_pathing

Little Script for SVG Maps with Pathing
GNU General Public License v3.0
2 stars 0 forks source link

Login/Password hardening #6

Open ChaoticEvilDM opened 3 months ago

ChaoticEvilDM commented 3 months ago

Situation:

Currently, there is no login.

Future version that implement GUI driven pathing will require a form of authentication for the map administrator.

Issue:

Login forms on the internet are prone to bruteforce and dictionary attacks, especially when the room of possible usernames can be limited to few options. This is a potential security risk.

Suggestions:

Reasoning:

You don't need to have the safest application. You just need to be safer then the majority of targets.