update notes for argon2

This commit is contained in:
DubbleClick 2025-07-07 21:19:57 +07:00
parent 04cbba3f4e
commit 385a46b96f
2 changed files with 4 additions and 4 deletions

View File

@ -122,8 +122,8 @@ For details on the solution, see [FAQ - Unable to use ssl](../faq/#unable-to-use
## password-argon2 ## password-argon2
1. password-argon2 is not a standard extension, it is an additional algorithm for the `password_hash` function. 1. password-argon2 is not a standard extension. The algorithm `PASSWORD_ARGON2ID` for the `password_hash` function needs libsodium or libargon2 to work.
2. On Linux systems, `password-argon2` dependency `libargon2` conflicts with the `libsodium` library. 2. using password-argon2 enables multithread support for this.
## ffi ## ffi

View File

@ -114,8 +114,8 @@ pgsql 16.2 修复了这个 Bug现在正常工作了。
## password-argon2 ## password-argon2
1. password-argon2不是一个标准的扩展,它是 `password_hash` 函数的额外算法 1. password-argon2不是一个标准的扩展`password_hash` 函数的 `PASSWORD_ARGON2ID` 算法需要 libsodium 或 libargon2 才能工作
2. 在Linux系统password-argon2 的依赖库 `libargon2``libsodium` 库冲突 2. 使用 password-argon2 可以为此启用多线程支持
## ffi ## ffi