This may be a weird question but I am wondering if there is any encoding system that results in integer's only. My goal is to encode a numerical score from a game into something that looks like a score but isn't. And yes I know if you spent another 5 seconds you could probably figure out what's going on. But I want to prevent people from changing the score variable from 500 to 99999. I want to make it at least slightly harder.
So TLDR - I want to know if there is a way to take say 500 and turn it into 8346634894 that could then be turned back into 500.
Bonus points if it can somehow maintain order (so 500 would be less "value wise" then 600 and so on).
Any ideas?
score = 99999in console and getting a new score. The script is compressed down and there is a fair amount of them. It would take the effort from 5 seconds to at least 15 minutes. That's all I want.