Skip to content

Commit a8ba606

Browse files
committed
man: doveadm-pw - Replace example DIGEST-MD5 with ARGON2ID
1 parent ccf013f commit a8ba606

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/core/man/doveadm-pw.1.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -92,15 +92,15 @@ configuring Dovecot first, you can use `doveadm -O pw` to do so.
9292

9393
## EXAMPLE
9494

95-
A DIGEST-MD5 hash for jane.roe@example.com.
95+
An ARGON2ID hash (best at time of this writing) for jane.roe@example.com.
9696

9797
```sh
98-
doveadm pw -s digest-md5 -u jane.roe@example.com
98+
doveadm pw -s ARGON2ID -u jane.roe@example.com
9999
``ldas;l;als;las;lkas
100100
```
101101
Enter new password:
102102
Retype new password:
103-
{DIGEST-MD5}9b9dcb4466233a9307bbc33708dffda0
103+
{ARGON2ID}$argon2id$v=19$m=65536,t=3,p=1$AOrrkaFmGxCFtX+NCSHFkg$N3rlzYFqyNkCwrOingnDJ/qDQ09yGHgQa8PQfbu7rIE
104104
```
105105
106106
A CRAM-MD5 hash for john.doe@example.com.

0 commit comments

Comments
 (0)