diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/md5sum.x | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/man/md5sum.x b/man/md5sum.x index 4a6547781..93f93e272 100644 --- a/man/md5sum.x +++ b/man/md5sum.x @@ -2,3 +2,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 +sha224sum(1), sha256sum(1), sha384sum(1), sha512sum(1) |