During a cybersecurity drill, passwords are obfuscated using a specific two-step alphabetic logic. If the system transforms the access word TABLE into HAZPW, what will the access word CHAIR be transformed into under the same logic?
- YTASJAnswer
- BXSZRI
- CDIBJS
- DWRYQH
Answer
The correct transformation for the word CHAIR is YTASJ.
The encryption logic applies a reverse alphabetical index to each letter (where A=Z, B=Y, etc.) and then shifts that result forward by one letter (+1). Applying this to CHAIR gives the intermediate letters XSZRI, which then shift +1 to become YTASJ.
Step-by-Step Solution
Key Concept
Reverse Alphabetical Indexing and Positional Shifting