Search Results

0
votes

Is it worth mitigating security risks in every application

A pragmatic approach is to do proper input validation and in www case - proper output escaping. For each variable You get as input, apply the most strict filtering rules that make sense: If …
1
vote

Best Way to handle/consolidate multiple Logins?

There is a big industry around it and it is called IAM - Identity Access Management. The IAM solutions basically do what You want - manager users, user permissions and translate their internal stat …
1
vote

Why is challenge-response approach a poor solution for forgotten passwords?

There are a few common ways to manage lost passwords: The Secret Question: It is actually a weaker form of authentication, just like people above posted. User may choose something …