Skip to content

Instantly share code, notes, and snippets.

@gh640
Last active February 6, 2016 08:38
Show Gist options
  • Select an option

  • Save gh640/2dfb3253e122e9d7751b to your computer and use it in GitHub Desktop.

Select an option

Save gh640/2dfb3253e122e9d7751b to your computer and use it in GitHub Desktop.
Drupal 7 でターミナルから新しいハッシュソルトを生成する方法

With drush:

drush php-eval 'echo(drupal_random_key()) . PHP_EOL;'

With openssl:

openssl rand -base64 32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment