Reputation: 1245
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?
Upvotes: 0
Views: 854