Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Dovecot 管理ツール (doveadm pw) が SHA-512 を使用しているときにパスワードをハッシュする方法を教えてください。$6$ は SHA-512 を示し、その後にソルト、ハッシュが続きます。Dovecot はどのように正確に塩を生成しますか? 独自のアルゴリズムを使用していますか?私が見る限り、/dev/random または /dev/urandom を使用していますが、ASCII 以外の文字はどのように処理しますか?