From 7945be353152ab963bd20ea61b3a8bc5fd7ea2cf Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sun, 13 Sep 2015 22:06:38 +0300 Subject: [PATCH] [DOC] Argon2 is the winner of PHC. It must replace PBKDF2 Signed-off-by: Sergey Matveev --- doc/todo.texi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/todo.texi b/doc/todo.texi index 520192c..f7d00f3 100644 --- a/doc/todo.texi +++ b/doc/todo.texi @@ -2,6 +2,9 @@ @unnumbered TODO @itemize +@item Use Argon2: +@url{https://password-hashing.net/, Password Hashing Competition} +winner, instead of PBKDF2. @item Ability to tunnel only specified TCP connections, without full featured VPN solution. Similar to ssh -R. @item Randomize ports usage. -- 2.48.1