http://overthewire.org/wargames/bandit/bandit12.htmlBandit Level 11 → Level 12Level GoalThe password for the next level is stored in the file data.txt, where all lowercase (a-z) and uppercase (A-Z) letters have been rotated by 13 positionsCommands you may need to solve this levelgrep, sort, uniq, strings, base64, tr, tar, gzip, bzip2, xxdHelpful Reading MaterialRot13 on WikipediaLevel 11에서 Level..