Here’s a handy way to quickly generate a hash salt for a Drupal 8 install, provided you have Drush installed: drush eval "var_dump(Drupal\Component\Utility\Crypt::randomBytesBase64(55))" Source link https://gist.github.com/pfaocle/ec6c0c4a65c70f6fb1e1 Tags Drupal 8+