I want to ask is there anyway I can convert my URL into some other string?
Example: Let say given www.stackoverflow.com
I wanna convert it into some other not so readable URL, www.1231222.com << just an example
So later on, when I read this URL (www.1231222.com) it will convert back to www.stackoverflow.com
Or is it possible to shorten the URL and recover it back later?
Does this consider as encoding?