InterviewSolution
Saved Bookmarks
| 1. |
What Is A Trap And Trapdoor? |
|
Answer» Trapdoor is a secret undocumented entry point into a program USED to grant ACCESS without normal methods of access authentication. A trap is a SOFTWARE interrupt, usually the result of an ERROR condition. Trapdoor is a secret undocumented entry point into a program used to grant access without normal methods of access authentication. A trap is a software interrupt, usually the result of an error condition. |
|