You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Its a caesar's cipher with ROT2 as the image shows the
# alphabet shifting
# ROT2 Shift answer - i hope you didnt translate it by hand. thats what computers are for. doing it in by hand is inefficient and that's why this text is so long. using string.maketrans() is recommended. now apply on the url.
# ROT2 on map - ocr
# used https://planetcalc.com/1434/ for directly calculating the ROT