HashMyFiles: Calculate MD5/SHA1/CRC32 hash of files

(追記) (追記ここまで)
Main Page
Blog
Search
FAQ
TOP 10
Pad Files
Contact
About...
Donate
All Utilities
Password Tools
System Tools
Browser Tools
Programmer Tools
Network Tools
Outlook/Office
64-bit Download
Panel
Forensics
Pre-Release Tools
Articles

(追記) (追記ここまで)
HashMyFiles v2.50 - Calculate MD5/SHA1/CRC32/SHA-256/SHA-512/SHA-384 hashes of your files
Copyright (c) 2007 - 2024 Nir Sofer

See Also

Description

HashMyFiles is small utility that allows you to calculate the hashes (MD5, SHA1, CRC32, SHA-256, SHA-512, SHA-384) of one or more files in your system. You can easily copy the hashes list into the clipboard, or save them into text/html/xml file.
HashMyFiles can also be launched from the context menu of Windows Explorer, and display the hashes of the selected file or folder.

System Requirements

This utility works on Windows 2000/XP/2003/Vista/Windows 7/Windows 8/Windows 10/Windows 11. Older versions of Windows are not supported.

Versions History

Using HashMyFiles

HashMyFiles doesn't require any installation process or additional DLL files. In order to start using it, simply run the executable file (HashMyFiles.exe).
After you run it, you can add files and folders that you want to view their MD5/SHA1 hashes. You can do it by using the 'Add File' and 'Add Folder' options under the File menu, or simply by draging the files and folder from Explorer into the main window of HashMyFiles.
After adding the desired files, you can copy the MD5/SHA1 hashes to the clipboard, or save the hashes list into text/html/xml file.

Explorer Context Menu

HashMyFiles can also be used directly from Windows Explorer. In order to enable this feature, go to the Options menu, and choose the 'Enable Explorer Context Menu' option. After you enable this feature, you can right-click on any file or folder on Windows Explorer, and choose the 'HashMyFiles' item from the menu.
If you run the HashMyFiles option for a folder, it'll display the hashes for all files in the selected folder.
If you run the HashMyFiles option for a single file, it'll display only the hashes for that file.

Notice: Static menu items of Explorer may not work well with multiple files. If you use the HashMyFiles context menu with multiple files, it's possible that multiple instances of HashMyFiles will be opened.
If you want to get the hash of multiple files from Explorer window, use Copy & Explorer Paste, or drag the files into the HashMyFiles window.

Command-Line Options

/file <Filename | Folder | Wildcard> Specifies the filename, folder, or wildcard that you want to hash. /files <Filename> <Filename> <Filename> ... Specify multiple filenames, folders, or wildcards that you want to hash. /folder <Folder> Specifies a folder and all its subfolders. /wildcard <Full Path Wildcard> <Subfolder Depth> Specifies wildcard with full path (e.g: c:\folder\*.exe) and the depth of subfolders to scan. For <Subfolder Depth> parameter: 0 = no subfolders, 1 = one level of subfolders, 2 = two level of subfolders, and so on... 1000 = Infinite number of subfolders. /virustotal <Filename> Calculates the hash of the specified file and then opens it in VirusTotal Web site.
/MD5 {0 | 1}
/SHA1 {0 | 1}
/CRC32 {0 | 1}
/SHA256 {0 | 1}
/SHA512 {0 | 1}
/SHA384 {0 | 1} Allows you to turn on/off the specified hash type (0 = Turn Off, 1 = Turn On). For example:
HashMyFiles.exe /MD5 1 /SHA1 1 /SHA256 0 /cfg <Filename> Start HashMyFiles with the specified configuration file. For example:
HashMyFiles.exe /cfg "c:\config\hmf.cfg"
HashMyFiles.exe /cfg "%AppData%\HashMyFiles.cfg" /stext <Filename> Save the hashes list into a regular text file. /stab <Filename> Save the hashes list into a tab-delimited text file. /stabular <Filename> Save the hashes list into a tabular text file. /shtml <Filename> Save the hashes list into HTML file (Horizontal). /sverhtml <Filename> Save the hashes list into HTML file (Vertical). /sxml <Filename> Save the hashes list to XML file. /scomma <Filename> Save the hashes list to comma-delimited file. /sort <column> This command-line option can be used with other save options for sorting by the desired column. If you don't specify this option, the list is sorted according to the last sort that you made from the user interface. The <column> parameter can specify the column index (0 for the first column, 1 for the second column, and so on) or the name of the column, like "Filename" and "Identical". You can specify the '~' prefix character (e.g: "~Identical") if you want to sort in descending order. You can put multiple /sort in the command-line if you want to sort by multiple columns.

/nosort When you specify this command-line option, the list will be saved without any sorting. /SaveDirect Save the hashes list in SaveDirect mode. For using with the other save command-line options ( /scomma, /stab, /sxml, and so on...) When you use the SaveDirect mode, the hash lines are saved directly to the disk, without loading them into the memory first. This means that you can save a list with large amount of hashes into your disk without any memory problem, as long as you have enough disk space to store the saved file. The drawback of this mode: You cannot sort the lines according to the column you choose with /sort command-line option.

Examples:
HashMyFiles.exe /file "c:\temp\*.zip" /shtml "c:\temp1円.html"
HashMyFiles.exe /file "d:\temp\myfile.zip" /stab "d:\temp\myfile.txt"
HashMyFiles.exe /file "d:\my files"
HashMyFiles.exe /files "c:\temp\*.zip" "c:\temp1234円.exe" "c:\temp\Hello.exe" /shtml "c:\temp1円.html"
HashMyFiles.exe /folder "c:\temp" /shtml "c:\temp1円.html"
HashMyFiles.exe /folder "c:\temp" /shtml "c:\temp1円.html" /sort "Identical" /sort "Filename"
HashMyFiles.exe /folder "c:\temp" /shtml "c:\temp1円.html" /sort ~1
HashMyFiles.exe /wildcard "c:\temp\*.zip" 1 /shtml "c:\temp1円.html"
HashMyFiles.exe /SaveDirect /folder "c:\temp" /scomma "c:\temp1円.csv"

Translating HashMyFiles to other languages

In order to translate HashMyFiles to other language, follow the instructions below:
  1. Run HashMyFiles with /savelangfile parameter:
    HashMyFiles.exe /savelangfile
    A file named HashMyFiles_lng.ini will be created in the folder of HashMyFiles utility.
  2. Open the created language file in Notepad or in any other text editor.
  3. Translate all string entries to the desired language. Optionally, you can also add your name and/or a link to your Web site. (TranslatorName and TranslatorURL values) If you add this information, it'll be used in the 'About' window.
  4. After you finish the translation, Run HashMyFiles, and all translated strings will be loaded from the language file.
    If you want to run HashMyFiles without the translation, simply rename the language file, or move it to another folder.

License

This utility is released as freeware. You are allowed to freely distribute this utility via floppy disk, CD-ROM, Internet, or in any other way, as long as you don't charge anything for this. If you distribute this utility, you must include all files in the distribution package, without any modification !

Disclaimer

The software is provided "AS IS" without any warranty, either expressed or implied, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose. The author will not be liable for any special, incidental, consequential or indirect damages due to loss of data or any other reason.

Feedback

If you have any problem, suggestion, comment, or you found a bug in my utility, you can send a message to nirsofer@yahoo.com Download HashMyFiles Download HashMyFiles for 64-bit systems Download HashMyFiles - Non-Unicode Version (For Windows 98) HashMyFiles is also available in other languages. In order to change the language of HashMyFiles, download the appropriate language zip file, extract the 'hashmyfiles_lng.ini', and put it in the same folder that you Installed HashMyFiles utility.

LanguageTranslated ByDateVersion
Arabic Ammar Kurd 22/01/2019
Brazilian Portuguese Marcos Carvalho - Cassiano Delgado02/12/2015
Bulgarian Георги Н. Цветанов 20/06/20242.44
Czech Buchtič 18/07/20121.90
Dutch Jan Verheijen09/12/20242.50
French Anthony MAGNAN (Netbew) 10/02/20222.43
French Largo11/12/20242.50
German «Latino»21/04/20252.50
German V. Dobiasch; B. Gemsleben 14/12/2010
Greek geogeo.gr 31/05/20182.30
Hungarian Timinoun18/02/20252.50
Italian Styb12/12/20242.50
Italian Fabius17/12/2014
Japanese Hiroaki Nakano10/07/20212.41
Japanese coolvitto 11/12/20242.50
Korean Jaehyung Lee 02/03/2021
Norwegian Martin Weiss 08/10/2019
Persian ZendegiyeSabz 31/12/20242.50
Polish Arek Czak Lipiany/BestiaPL27/09/2022
Portuguese Brazil Marcos Brandão Carvalho05/04/2009
Romanian Jaff (Oprea Nicolae) 29/07/20132.01
Russian usbflash && Dm. Yerokhin09/12/20242.50
Simplified Chinese Qiang 04/12/20212.43
Simplified Chinese DaiXQ02124/12/20242.50
Simplified Chinese DickMoore 18/12/20242.50
Serbian Bojan Maksimoviж12/02/2025
Serbian Danijel Muharemovic 23/07/2014
Slovak František Fico05/01/20252.44
Spanish Ricardo A. Rivas 08/03/20212.38
Swedish Leif Larsson11/12/20091.60
Traditional Chinese TOC SH 29/12/20242.50
Traditional Chinese Jamese.WeiChun 03/07/20152.11
Traditional Chinese Danfong Hsieh 09/12/2024
Thai Surachet Km.424/12/2008
Turkish HARUN ARI 29/07/20232.44
Ukrainian ShriEkeR12/07/20091.47
Valencian vjatv 22/04/2008

AltStyle によって変換されたページ (->オリジナル) /