SHA1(ソルト) + SHA512 - ハッシュ生成

ソルト 20文字以上推奨


SHA1(ソルト)+SHA512ハッシュ結果(128文字)↓

実行PHPスクリプト
$rst = sha1('パスワード');
$rst = hash('SHA512', $rst.'ソルト');