You can use this generator to generate random API keys, password salts or anywhere else you may need a random string.
Your Random Key:
footlongchickenteriyaki
PHP:
We use a custom function to create this random string. View it.
$length = 60;
$result = genKey($length);
