Created
March 8, 2016 09:39
-
-
Save pfaocle/ec6c0c4a65c70f6fb1e1 to your computer and use it in GitHub Desktop.
Generate Drupal 8 hash salt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
If you use the Fish shell I have a gist with a fish function (hashsalt.fish) to create a hash_salt.txt file.