InterviewSolution
Saved Bookmarks
| 1. |
What Is Md5 Checksum? |
|
Answer» MD5 checksum is a 128 BIT value that helps identify the uniqueness of a FILE. You can have two file names, but each will have a different checksum. You USE these checksums to compare two different files to identify if they are the same. MD5 checksum is a 128 bit value that helps identify the uniqueness of a file. You can have two file names, but each will have a different checksum. You use these checksums to compare two different files to identify if they are the same. |
|