there are lot of number starting from 0-.... and we don't wanna show this ordered id to anyone and we have to give unique number somewhere so how to encode number to another number.
and each encoded number nust represent just one number. just like encryption not hashing. we also need uniqueness means if 56 give 842 then no else should give 842.
here similar quetions for C# Encrypt a number to another number of the same length but how can we do that in php
thanks.