I tried using asciii and tried ord() but I could not use the input of the user and increment it by 3 letters. For example I want to be able to have the following scenario:
input: abc output: def
and also it would loop back from z to a so:
input: xyzab output: abcde
these are just examples of input, the code should work on any input of letters.
its starting to be mind boggling for me.
for those who wonder this is just a challenge I encountered in the blackhat event last year in Riyadh and obviously couldn't beat.