Thứ Tư, 8 tháng 4, 2015

[CLI] MD5sum

What is md5sum?
thanhnguyen@thanhnguyen:~/Downloads$ whatis md5sum
md5sum (1)           - compute and check MD5 message digest
 SYNOPSIS
md5sum [OPTION]... [FILE]...

Why md5sum?

Khi tải một file bất kì, ví dụ như một file iso để cài đặt OS, file đó cần đảm bảo sự toàn vẹn và tính an toàn. Vậy để làm thế nào bạn có thể đảm bảo việc đó? md5sum tính toán và cung cấp một hashsum (thường được gọi là hash value), thứ mà phải giống với MD5 value của một correct file. Sau khi tính toán được hashsum này, bạn có thể so sánh với hashsum được cung cấp từ trang bạn load file.

The program md5sum is designed to verify data integrity using the MD5 (Message-Digest algorithm 5) 128-bit cryptographic hash. MD5 hashes used properly can confirm both file integrity and authenticity.
Ví dụ:
thanhnguyen@thanhnguyen:~/Downloads$ md5sum X17-24280.iso
befd4f1e00ec8da2effbd789f4e66fbf X17-24280.iso
Để hiểu thêm các options của md5sum:
http://manpages.ubuntu.com/manpages/karmic/man1/md5sum.1.html

Không có nhận xét nào:

Đăng nhận xét