_________ is an important aspect of error handling that prevents exposing sensitive data through error messages.

  • Error Masking
  • Exception Handling
  • Stack Tracing
  • Status Code
Error masking is an essential aspect of error handling that prevents exposing sensitive data through error messages. Instead of revealing detailed information about the internal system, error masking provides a generalized and user-friendly message while logging the detailed error information securely for system administrators. This practice helps in maintaining the security of the system by not divulging critical information to potential attackers or unauthorized users.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *