[О блоге]
[наверх]
[пред]
[2022-06-28 10:56:29+03:00]
[f1764f0de867b7efea960fd5a488df28a7767bdd]
Темы: [bsd][crypto]
Совет по использованию криптографических хэшей в man FreeBSD
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.
[оставить комментарий]