Skip to content

Commit dbe5d5b

Browse files
committed
Merge branch 'main' of git.cybertec.at:consulting/pgxcrypto_pwhash
2 parents 24ba657 + fda04de commit dbe5d5b

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -64,16 +64,16 @@ functionality may be missing then (see table below).
6464
The following table illustrates tested and supported combinations of Linux and `pg_pwhash` and supported
6565
libraries/APIs.
6666

67-
| Hash | Argon2 | Argon2 | scrypt | scrypt | scrypt | yescrypt |
68-
| Tag | $argon2 | $argon2 | $scrypt$ | $scrypt$ | $7$ | $y$ |
69-
| Library | libargon2 | OpenSSL | libscrypt | OpenSSL | libcrypt | libcrypt |
70-
|----------------|-----------|---------|-----------|----------|----------|----------|
71-
| Debian 13 | X | X | X | X | X | X |
72-
| Debian 12 | X | | X | X | X | X |
73-
| Debian 11 | X | | X | X | X | X |
74-
| Rocky Linux 10 | X | X | | X | X | X |
75-
| Rocky Linux 9 | X | X | X | X | X | X |
76-
| Rocky Linux 8 | X | | X | X | | |
67+
| Hash | Argon2 | Argon2 | scrypt | scrypt | scrypt | yescrypt |
68+
|----------------|-----------|-----------|------------|------------|----------|----------|
69+
| Tag | `$argon2` | `$argon2` | `$scrypt$` | `$scrypt$` | `$7$` | `$y$` |
70+
| Library | libargon2 | OpenSSL | libscrypt | OpenSSL | libcrypt | libcrypt |
71+
| Debian 13 | X | X | X | X | X | X |
72+
| Debian 12 | X | | X | X | X | X |
73+
| Debian 11 | X | | X | X | X | X |
74+
| Rocky Linux 10 | X | X | | X | X | X |
75+
| Rocky Linux 9 | X | X | X | X | X | X |
76+
| Rocky Linux 8 | X | | X | X | | |
7777

7878
Like Python's `passlib`, you can select different backends to use for hashing your password, depending
7979
on the chosen hash algorithm. See below for details.

0 commit comments

Comments
 (0)