I need to generate a strong unique API key.
Can anyone suggest the best solution for this? I don't want to use rand()
function to generate random characters. Is there an alternative solution?
I need to generate a strong unique API key.
Can anyone suggest the best solution for this? I don't want to use rand()
function to generate random characters. Is there an alternative solution?
This is the best solution i found.