I need to create an identifier for my iOS user that is unique. Unfortunately the database that it will be saved to has a set length of 30 characters and CFUUID's are 36 (32 if removing the dashes).
Is there a way to make it into a smaller string? I think CFUUID's are hex, so would it be possible to convert it to full ASCII?