I am trying to understand crc32 to create a unique url for a webpage.
If we use crc32, can we use the maximum number of URLs to avoid duplication?
What could be the approximate string length so that the checksum is 2 ^ 32?
When I tried the UUID for the url and converted the uuid bytes to base 64, I could shorten to 22 characters. Interestingly, I can reduce it further.
Basically I want to convert url (maximum 1024 characters) to shorted id.
user90150
source share