From f1764f0de867b7efea960fd5a488df28a7767bdd Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 28 Jun 2022 10:56:29 +0300 Subject: [PATCH] =?utf8?q?=D0=A1=D0=BE=D0=B2=D0=B5=D1=82=20=D0=BF=D0=BE=20?= =?utf8?q?=D0=B8=D1=81=D0=BF=D0=BE=D0=BB=D1=8C=D0=B7=D0=BE=D0=B2=D0=B0?= =?utf8?q?=D0=BD=D0=B8=D1=8E=20=D0=BA=D1=80=D0=B8=D0=BF=D1=82=D0=BE=D0=B3?= =?utf8?q?=D1=80=D0=B0=D1=84=D0=B8=D1=87=D0=B5=D1=81=D0=BA=D0=B8=D1=85=20?= =?utf8?q?=D1=85=D1=8D=D1=88=D0=B5=D0=B9=20=D0=B2=20man=20FreeBSD?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit https://www.unix.com/man-page/freebsd/1/md5/ https://www.freebsd.org/cgi/man.cgi?query=md5&apropos=0&sektion=0&format=ascii В старой версии man-а по командам расчёта хэшей даётся рекомендация по SHA256: It is recommended that all new applications use SHA-256 instead of one of the other hash functions. Но в новой уже: It is recommended that all new applications use SHA-512 or SKEIN-512 instead of one of the other hash functions. -- 2.50.0