Base62 Encoding Collision?

630 Views Asked by At

I have a very simple question, I have searched it in the internet everywhere and could not find the answer.

It is possible for Base62 encoding to generate same string output for different number inputs?

Example:

base62(num1) -> str1
base62(num2) -> str1

Is this possible?

0

There are 0 best solutions below