cyrtophora

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 4397e3ba38deb84ef080b52531eeb453df4ef419
parent 7ec38d2637455df3a6e83ba50cba427306d91a2a
Author: Jackson G. Kaindume <seestem@merely.tech>
Date:   Thu, 18 Aug 2022 00:20:17 +0200

[doc] Remove bottom recommendation

Diffstat:
Mdoc/password-hashing.md | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/doc/password-hashing.md b/doc/password-hashing.md @@ -71,5 +71,3 @@ password hash functions are used and implemented correctly even the administrators of the server will not be able to read the users passwords especially if the server is open source and the users can audit the code for themselves. - -I recommend either of Scrypt or Argon2d for password hashing.