From 4d812068ba6371b671fdf6c4bf8c46762cdcc3c2 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sat, 8 Jan 2022 07:29:27 +0200 Subject: [PATCH] Updated Password Hashing (markdown) --- Password-Hashing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Password-Hashing.md b/Password-Hashing.md index b6feabe..c90e6ee 100644 --- a/Password-Hashing.md +++ b/Password-Hashing.md @@ -5,4 +5,4 @@ From @xet7 at 2022-01-08: Hi, about Argon2. Today when I was in progress of translating Gitea from English to Finnish, I noticed this Gitea translation string, related to Argon2: -> `argon2` whilst having good characteristics uses a lot of memory and may be inappropriate for small systems. +> Set the password hashing algorithm. Algorithms have differing requirements and strength. `argon2` whilst having good characteristics uses a lot of memory and may be inappropriate for small systems.