Let's say I have a list of 100 words, sorted in alphabetical order. If I base64 encode these words, and then order the resulting list again, will the order if the elements be the same?
If not, is there any other encoding algorithm that will provide this behaviour for me?