vb.net - Is this a Secure Way to Block Form Elements -
i have been added visual basic project. in project, administrative panel require username , password access. current implementation following:
- block other form elements password panel.
- if password correct, panel removed, uncovering other elements.
in essence, elements exist throughout, appear not accessible until username/password entered.
i'm not quite sure how secure is, can't think of simple ways circumvent user perspective, either. can gui/security experience please shed light on situation?
this vb.net
not really. recommend grouping them in groupbox control, hiding groupbox , showing when login details correct.
Comments
Post a Comment