Procedure to Calculate MD5 Using Checksum Tool
Created: 13 Aug 2012 | Updated: 15 Jan 2013
1. Firstly we need to obtain the file Checksum.exe
2. The file is located on the root folder of the SEP client (%programfiles%\Symantec\Symantec Endpoint Protection\Checksum.exe)
3. Example on obtaining MD5 for notepad.exe
Blog Entry Filed Under:
The Security Community Blog is the perfect place to share short, timely insights including product tips, news and other information relevant to the Security community. Any authenticated Connect member can contribute to this blog.
The result.txt will have the MD5 value. If you want to calculate the MD5 of a OS image.
You can use the below command.
C:\Checksum.exe D:\result.txt C:
Note: You need to copy the checkum.exe tool to the directory from where you are running the command.