I just checked them out, but the converted string is not the same.
Original: YoungWolf?db235ccsa432ds
Recovered: ZpvohXpmg@ec346ddtb543et
Now that I compare them it feels like the original string had all the letters +1. Probably to the fact that when converting to binary, the original text that was UTF16 was converted to ANSI. Maybe that’s why it’s different?
So y +1 = z
o +1 = p
Now I can do either convert the recovered string with -1 to each individual letters, tho I’m not sure how. Would tchar - 1 work?
Or there is a way to get the string correctly?