]> Sergey Matveev's repositories - stargrave-blog.git/commitdiff
Совет по использованию криптографических хэшей в man FreeBSD
authorSergey Matveev <stargrave@stargrave.org>
Tue, 28 Jun 2022 07:56:29 +0000 (10:56 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Tue, 28 Jun 2022 07:56:29 +0000 (10:56 +0300)
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.


No differences found