바이너리 파일의 MD5 해쉬코드를 확인할 수 있는
초간단 프로그램이다.
그냥 다이얼로그에 파일을 드랍시키면 다음과 같이 뜬다.
아주 간단.
ini파일로 간단한 설정도 할 수 있으며,
윈도우 10에서도 잘 돌아간다.
md5hash is a tool for calculating file checksums.
Features:
- select from 11 hashing algorithms
- UPPERCASE or lowercase hash output
- optional progress bar to track long operations
- always on top toggle
- auto-copies single file's hash to clipboard
- session history for reviewing hashes
- easy dbl-click copy of session data to clipboard
- right-click to save or clear session data
- drag-and-drop support for any number of files
- drop two files, and an automatic comparison is done
- easy integration into the shell context menu (.reg file included, edit path to suit)
All options are available from the GUI's system menu. The INI is created on first run if it does
not exist.
NOTE:
If the progress bar is toggled to show after a file operation has already begun, it will not
be updated until the next file is hashed. This is done for maximum efficiency during file hashing
when the progress bar is initially hidden.
'프로그래밍 > 기타' 카테고리의 다른 글
메모리누수 기능 체크 (0) | 2016.10.11 |
---|---|
메모리누수 체크 라이브러리( Visual Leak Detector ) (0) | 2016.10.06 |
편집하며 계속하기 - VisualStudio 2015 (0) | 2016.08.12 |
이 프로젝트는 만료되었습니다 라는 메세지가 뜰때 (0) | 2016.06.30 |
Fizz Buzz Test - 프로그래밍 테스트 (0) | 2016.06.14 |