A GUID is not a 32-character long string. No, you cannot use it instead of a GUID.
Depending on the encoding, char can be one or two bytes, so 32 characters can be 32 bytes or 64 bytes. GUID - 16 bytes. If you have an equivalent amount of randomness in the generator, your string will give less chance of a collision. Saying that the probability of a collision of 16 bytes is unlikely, as it is.
A clinch is that you must have at least a generator like the Guid generator to make it useful. When you do, stock it.
Xhalent
source share