ndogac
ndogac

Reputation: 1245

Base62 Encoding Collision?

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

Answers (0)

Related Questions