diff --git a/man/md5sum.x b/man/md5sum.x index 4d04e228a..bdb6cc765 100644 --- a/man/md5sum.x +++ b/man/md5sum.x @@ -3,7 +3,7 @@ md5sum \- compute and check MD5 message digest [DESCRIPTION] .\" Add any additional description here [BUGS] -The MD5 algorithm should not be used any more for security related purposes. -Instead, better use an SHA\-2 algorithm, implemented in the programs +Do not use the MD5 algorithm for security related purposes. +Instead, use an SHA\-2 algorithm, implemented in the programs sha224sum(1), sha256sum(1), sha384sum(1), sha512sum(1), or the BLAKE2 algorithm, implemented in b2sum(1) diff --git a/man/sha1sum.x b/man/sha1sum.x index 28098d86b..ef0852f4d 100644 --- a/man/sha1sum.x +++ b/man/sha1sum.x @@ -3,7 +3,7 @@ sha1sum \- compute and check SHA1 message digest [DESCRIPTION] .\" Add any additional description here [BUGS] -The SHA-1 algorithm should not be used any more for security related purposes. -Instead, better use an SHA\-2 algorithm, implemented in the programs +Do not use the SHA-1 algorithm for security related purposes. +Instead, use an SHA\-2 algorithm, implemented in the programs sha224sum(1), sha256sum(1), sha384sum(1), sha512sum(1), or the BLAKE2 algorithm, implemented in b2sum(1)