taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit e1c1aa095528f2e3f77d02eb5cb7400f2f03d9fb
parent 85019238fffa0ee9e1cbf0d5908c3a7addbfefbc
Author: Antoine A <>
Date:   Fri, 26 Jul 2024 18:06:40 +0200

libeufin-bank: typos

Diffstat:
Mlibeufin/bank-manual.rst | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libeufin/bank-manual.rst b/libeufin/bank-manual.rst @@ -110,7 +110,7 @@ libeufin-bank uses secure password hashing algorithms to store user passwords. F PWD_HASH_ALGORITHM = bcrypt PWD_HASH_CONFIG = { "cost": 8 } -As password authentication is used frequently, password hashing should only take a few milliseconds. If your server's CPU is too weak, you should reduce the ``cost`` and you may want to increase otherwise. You can the password hash speed using the following command: +As password authentication is used frequently, password hashing should only take a few milliseconds. If your server's CPU is too weak, you should reduce the ``cost`` and you may want to increase it otherwise. You can measure the password hashing speed using the following command: .. code-block:: console