Generate Drupal 8 hash salt
drush eval "var_dump(Drupal\Component\Utility\Crypt::randomBytesBase64(55))" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
drush eval "var_dump(Drupal\Component\Utility\Crypt::randomBytesBase64(55))" |
This comment has been minimized.
If you use the Fish shell I have a gist with a fish function (hashsalt.fish) to create a hash_salt.txt file.