Multiple choice technology security

What is a back door?

  1. An administrative interface to an application

  2. When two users access each other's information

  3. A loop hole within an application that allows users to bypass the standard security flow by way of a secret token or identifier

  4. The connection between the application and the database

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

A backdoor is a hidden method of bypassing normal authentication and security controls, typically implemented through a secret token, special URL, or hardcoded credential. It deliberately circumvents the application's standard security flow, often left by developers for support or testing but posing severe security risks if discovered. Administrative interfaces and database connections are legitimate components, not backdoors.