OSDN Git Service

coreutils: Apply updates in coreutils 8.32 (help2man/*.x)
[linuxjm/jm.git] / manual / GNU_coreutils / help2man.ja / md5sum.x
1 [名前]
2 .\"O md5sum \- compute and check MD5 message digest
3 md5sum \- MD5 メッセージダイジェストの計算と照合を行う
4 [説明]
5 .\" Add any additional description here
6 .\"O [BUGS]
7 [バグ]
8 .\"O- The MD5 algorithm should not be used any more for security related purposes.
9 .\"O- Instead, better use an SHA\-2 algorithm, implemented in the programs
10 .\"O- sha224sum(1), sha256sum(1), sha384sum(1), sha512sum(1)
11 .\"O+ Do not use the MD5 algorithm for security related purposes.
12 .\"O+ Instead, use an SHA\-2 algorithm, implemented in the programs
13 .\"O+ sha224sum(1), sha256sum(1), sha384sum(1), sha512sum(1),
14 .\"O+ or the BLAKE2 algorithm, implemented in b2sum(1)
15 MD5 アルゴリズムはもはやセキュリティ関連の目的で使用すべきではありません。
16 代わりに、SHA\-2 アルゴリズムを使用するのが望ましい。
17 SHA\-2 アルゴリズムは sha224sum(1), sha256sum(1), sha384sum(1), sha512sum(1)
18 プログラムで実装されています。